search for: wuseldusel

Displaying 5 results from an estimated 5 matches for "wuseldusel".

2006 Jan 20
47
SQL Server datetime error
i have a problem with the datetime format of rails. i am unable to save a dataset to the db. here''s the error message -- the original error message was in german, so i translated it -- i get: DBI::DatabaseError: Execute OLE error code:80040E07 in Microsoft OLE DB Provider for SQL Server Couldn''t convert a char-Datatype to datetime HRESULT error code:0x80020009
2006 May 03
2
habtm does not work with multiple tables
as i''ve read somewhere. this could be fixed easily. all the rails devs ( or whoever is responsible for the query building and executing part) have to do is to use the full qualifier in the sql statements (e. g. DB_Name.Tablename.Row). to solve that problem in the meanwhile one should define the :join_table in the habtm association with the full qualifier. -- Posted via
2006 May 30
0
SQLServer''s uniqueidentifier in migrate script
Hi all, as i''m trying to do it the rails way i have defined my db structure in the migrate files first. now, is it possible to define the id as :uniqueidentifier and rowguid in the script? -- Posted via http://www.ruby-forum.com/.
2006 Apr 06
1
observer doesn''t react
i followed the observer documentation [1] and created, and registered an observer. i had to realise that the observer doesn''t work at all -- in fact the rails application does not even start -- with acts_as_taggable, for whatever reason. i must admit that i''m still using ruby 1.8.2. however, after commenting the acts_as_taggable instruction out the application runs smoothly
2006 Mar 31
0
acts_as_taggable doesn''t work with uniqueidentifier
Hi all, it seems like the acts_as_taggable is not capable to work with uniqueidentifier as the datatype of the primary key in the tags table. however, it works like a charm with int and autoincrement. could that be fixed any time soon? -- Posted via http://www.ruby-forum.com/.