Displaying 1 result from an estimated 1 matches for "cusomt".
Did you mean:
cusom
2006 Dec 15
6
Newbie: Invalid number dealing with Identity columns in Oracle
Hi all,
I wonder how can I solve in RoR the problem of accessing a simple table
because the URL
http://localhost:3000/customers/show/2.0
is raising an Oracle error OCIError: ORA-01722: invalid number.
The reason of this error is because the SELECT statement generated by
ActiveRecord tries to invoke the id column as a VARCHAR :
"... FROM customers WHERE customers.id =