Displaying 2 results from an estimated 2 matches for "lead_tim".
Did you mean:
lead_time
2012 Mar 25
1
Struggling with zoo and aggregate
All:
I have a SQlite database where I have stored some verification data by date
& time (cycle Z/UTC), lead_time as well as type, duration, etc. I would
like to analyze & plot the data as monthly averages. I have looked at a
bunch of examples which use some combination of zoo and aggregate, but I
have not been able to successfully apply bits and pieces from the examples
I have found. Any help is apprecia...
2006 Apr 20
5
strange mysql problem
...;l = LineItem.create
ActiveRecord::StatementInvalid: Mysql::Error: You have an error in
your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near '' , , , )'' at line 1:
INSERT INTO line_items (`qty`, `quote_id`, `price`, `lead_time`,
`part_number`) VALUES(, , , , )
why is it doing that? all my other models that belong_to something
work.