Displaying 2 results from an estimated 2 matches for "sql99".
Did you mean:
sql92
2006 Aug 08
4
Find records that begin with a number
How would I go about finding all records whose first character is a
number?
as in find(:all, :conditions => ???????
--
Posted via http://www.ruby-forum.com/.
2006 Aug 05
10
Converting mysql to postgres
Hi,
Anyone got any cool tricks for converting a Rails site (in this case,
a typo installation) from a mysql database to a postgresql database?
I''ve got it almost working -- I''m doing a SQL dump from mysql and
loading it into postgres. However, mysql does booleans as a tinyint
with 0 = false and 1 = true. When I try to import that into a
postgres database that expects booleans