Displaying 4 results from an estimated 4 matches for "sort_id".
Did you mean:
port_id
2006 Feb 28
8
HABTM count table
...orts
end
class Report < ActiveRecord::Base
has_and_belongs_to_many :region
has_and_belongs_to_many :subjects
has_and_belongs_to_many :sorts
end
And i would like to get a count like
@sort.reports.count
The problem is get this query:
SELECT COUNT(*) FROM reports WHERE (reports_sorts.sort_id = 6003 )
He uses the wrong table "reports" instead of the join table
"reports_sorts". But it is in the where clause.
Thanks in advance,
Martijn
2007 Jul 05
8
when can publish the next version?
when can publish the next version?
i am waiting...
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Aug 04
3
A few dovecot 1.1 bugs - sort, flag reset and etc.
...ex-sort.c:223
sort_type = MAIL_SORT_SUBJECT
str1 = 0x8d2aa50 "NEVER USE A WARNING WHEN YOU MEAN UNDO"
str2 = 0x0
time1 = 32
time2 = 6
size1 = 148023856
size2 = 73276437037062
ret = 148023888
#12 0x08093eff in sort_node_cmp_no_sort_id (p1=0xbfff9f20,
p2=0x8d3d850) at index-sort.c:309
No locals.
---Type <return> to continue, or q <return> to quit---
#13 0x080bd794 in bsearch_insert_pos (key=0xbfff9f20, base=0x8d3d798,
nmemb=46, size=8, cmp=0x8093ee0 <sort_node_cmp_no_sort_id>,
idx_r=0xbfff9f1c) at bsearch-insert...
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi,
I have rewritten the patches I submitted earlier today for the CVS
HEAD. Some of the changes were already committed months ago.
On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote:
> That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it
> is mostly because I wanted to keep bsearch() API. If it can't return
> void * then maybe it could be