Re: [SQLObject] Having a modified column filled in automagically...

2008-08-27 Thread Buck Golemon
In mySQL the first two TIMESTAMP-type columns have special meanings like this (one is creation, other is modification, not sure which). http://dev.mysql.com/doc/refman/5.0/en/timestamp.html Andres Freund wrote: Hi, On Sunday 17 August 2008, Sam's Lists wrote in "[SQLObject] Having a modified

[SQLObject] testing

2008-06-30 Thread Buck Golemon
The docs on testing seem to be out of date. It says to set the TESTDB environmental variable to your database URI, but the proper way seems to use a "-D MY-URI" argument to py.test. The environment variable seems to acutally do nothing. --

[SQLObject] Hi all

2008-06-27 Thread Buck Golemon
Hello everyone, Just wanted to let you know that I've started using SQLObject as of yesterday, and it a truly great piece of software. I tried a couple other ORM libraries before coming here and they weren't even close to the usability of SO. Just curious: what happened to SO2? I see this link h