Re: [Sqlalchemy-users] CURRENT_TIMESTAMP

2006-08-03 Thread Michael Bayer
reflection of column defaults needed to be PassiveDefault so they dont fire off on the SA side, fixed in changeset 1762. On Jul 31, 2006, at 4:25 AM, Khaled Daham wrote: > mysql> explain tftp_hosts; > ++--+--+-+--- > ++ > | Field

Re: [Sqlalchemy-users] CURRENT_TIMESTAMP

2006-07-28 Thread Michael Bayer
its not really clear what youre doing here, can you send a clearer example ? what is the table you are autoloading ? who/what/where is CURRENT_TIMESTAMP being called ? On Jul 26, 2006, at 4:12 AM, Khaled Daham wrote: > > I do an autoload of a table and current_timestamp doesnt really work