[sqlalchemy] Re: How to auto-set timestamp: MySQL func.now(), but not SQLite

2006-12-22 Thread Chris Shenton


Michael Bayer [EMAIL PROTECTED] writes:


func.current_timestamp()  (which evaulates without the parenthesis in
SQL)


Excellent, works like a charm. Thanks.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: How to auto-set timestamp: MySQL func.now(), but not SQLite

2006-12-22 Thread Rick Morrison

FWIW, that works in MS-SQL and Postgres as well. One of the too-few
functions that works cross-DBengine.


On 12/22/06, Chris Shenton [EMAIL PROTECTED] wrote:



Michael Bayer [EMAIL PROTECTED] writes:

 func.current_timestamp()  (which evaulates without the parenthesis in
 SQL)

Excellent, works like a charm. Thanks.





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---



[sqlalchemy] Re: How to auto-set timestamp: MySQL func.now(), but not SQLite

2006-12-21 Thread Michael Bayer


func.current_timestamp()  (which evaulates without the parenthesis in
SQL)


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~--~~~~--~~--~--~---