From: Bjorn B. <d00...@dt...> - 2004-05-08 09:01:30
|
Gregory Wright wrote: > This is in 0.8 or a snapshot? It's in 0.8 (I think it was first introduced in 0.7). /Bjorn > On May 7, 2004, at 8:45 PM, Bjorn Bringert wrote: >> We added the Query._default construct to deal with default values and >> auto-increment colums. I belive that it works for SERIAL columns in >> PostgreSQL. >> It can be used as an expression, for example: >> >> insert db my_table (my_serial_col << _default # other_col << constant >> "foobar") >> >> Let us know if it works for you. |