Re: [RDBO] 'now' for dates in SQLite

2007-08-04 Thread Ricardo SIGNES
* John Siracusa <[EMAIL PROTECTED]> [2007-08-04T19:17:36] > [...] > It's a long road, but that's the price of flexibility I guess. Phew. Okay, now I understand, and I also understand how to look for stuff in the docs a bit better. (I am reminded of Vim, which has awesome documentation, once you

Re: [RDBO] 'now' for dates in SQLite

2007-08-04 Thread Ricardo SIGNES
* John Siracusa <[EMAIL PROTECTED]> [2007-08-04T19:17:36] > [...] > It's a long road, but that's the price of flexibility I guess. Phew. Okay, now I understand, and I also understand how to look for stuff in the docs a bit better. (I am reminded of Vim, which has awesome documentation, once you

Re: [RDBO] 'now' for dates in SQLite

2007-08-04 Thread John Siracusa
On 8/4/07, Ricardo SIGNES <[EMAIL PROTECTED]> wrote: > I can't find this documented, and it seems like a very imporant default to > document, given the obnoxious way in which the database-level defaults for > datetimes and the like can differ. The first thing to understand is that the default can

[RDBO] 'now' for dates in SQLite

2007-08-04 Thread Ricardo SIGNES
I'm just starting to rewrite some old code with RDBO. After my first hour rereading the tutorial and getting some basic stuff written, I hit a fairly significant problem. I am doing my testing and development with SQLite. My first table has a column that I wanted to use for datetimes. I wanted