
postgresql create issues
Reported by jtoy | October 4th, 2007 @ 04:02 PM
Post.create(:title => 'test') generates incorrect sql and is unable to insert the data.
this was tested on rev 264.
Comments and changes to this ticket
-
Sam Smoot October 4th, 2007 @ 04:21 PM
- State changed from new to open
This works in r259. Must be a regression somehwere.
-
jtoy November 7th, 2007 @ 08:58 AM
I think it has something to do with my configuration, here is the sql it generates: INSERT INTO "posts" () VALUES ()
-
Sam Smoot October 22nd, 2007 @ 04:49 PM
- State changed from open to invalid
Invalid. All specs currently pass. This was probably due to a lack of #property declarations in a model.
-
Nick Plante November 7th, 2007 @ 11:25 AM
- State changed from invalid to resolved
-
Dan Kubb (dkubb) February 3rd, 2011 @ 05:21 PM
- Milestone order changed from 0 to 0
(from [9d7b46c6d3a02bee8bf860ac093f0d66e329dc20]) Under 1.9, FormatValidator returns false if the regex match would throw an encoding compatibility error. There is still a bug here: it does not match valid
emails containing unicode characters, but I'm not sure how to fix that
yet, and the behaviour introduced in this commit is strictly better than
what we had (error raising).Closes #8. Opened a lighthouse ticket for the outstanding bug: http://datamapper.lighthouseapp.com/projects/20609-datamapper/ticke...
[#1482 state:confirmed] https://github.com/datamapper/dm-validations/commit/9d7b46c6d3a02be...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
People watching this ticket
Referenced by
-
1246 do_sqlite3 accesses missing symbols in libsqlite3 libsqlite3: 3.6.22 uname -a: Linux example 2.6.28 #8 SMP ...
-
1482 Unicode emails are not recognized as valid Closes #8. Opened a lighthouse ticket for the outstanding...
-
8 postgresql create issues Closes #8. Opened a lighthouse ticket for the outstanding...