Re: Timestamps in Gnucash Mysql

2009-08-12 Thread Phil Longstaff
22:24 AM Subject: Re: Timestamps in Gnucash Mysql Phil Longstaff writes: > Also, sqlite does not have a datetime or timestamp but needs to use strings, > and I've been coding mainly for sqlite, with mysql and pgsql taking 2nd place. > > Gnucash has both dates, and date-times.

Re: Timestamps in Gnucash Mysql

2009-08-12 Thread Derek Atkins
Phil Longstaff writes: > Also, sqlite does not have a datetime or timestamp but needs to use strings, > and I've been coding mainly for sqlite, with mysql and pgsql taking 2nd place. > > Gnucash has both dates, and date-times. For dates, I can use CHAR(8) for > sqlite, DATE for mysql and pgsql

Re: Timestamps in Gnucash Mysql

2009-08-12 Thread Phil Longstaff
On August 12, 2009 08:25:31 am Phil Longstaff wrote: > On August 12, 2009 03:06:40 am marcus.wolsc...@googlemail.com wrote: > > I just found out that gnucash stores > > DatePosted and DateEntered as Strings > > instead of the proper DateTime or Timestamp > > sql data-types. > > > > Why is that? In

Re: Timestamps in Gnucash Mysql

2009-08-12 Thread Phil Longstaff
On August 12, 2009 03:06:40 am marcus.wolsc...@googlemail.com wrote: > I just found out that gnucash stores > DatePosted and DateEntered as Strings > instead of the proper DateTime or Timestamp > sql data-types. > > Why is that? In XML it already uses a proper > date-format. > > This makes is very

Timestamps in Gnucash Mysql

2009-08-12 Thread marcus.wolschon
I just found out that gnucash stores DatePosted and DateEntered as Strings instead of the proper DateTime or Timestamp sql data-types. Why is that? In XML it already uses a proper date-format. This makes is very hard to sort by date in SQL-queries and to select a range as you need a complex full

Re: Gnucash & Mysql

2009-08-06 Thread Kyle Creekmore
___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Gnucash & Mysql

2009-08-06 Thread Derek Atkins
imes it can even pop up behind the splash screen... -derek > -Original Message- > From: Derek Atkins > Sent: Wednesday, August 05, 2009 8:19 AM > To: Kyle Creekmore > Cc: gnucash-devel@gnucash.org > Subject: Re: Gnucash & Mysql > > Hi, > > Kyle Creekmore writes:

Re: Gnucash & Mysql

2009-08-05 Thread Derek Atkins
Hi, Kyle Creekmore writes: > Hello, > > How can I incorporate this with mysql that has already been installed > on my pc? When I try save as to the mysql it fails, but don't know > exactly how to go about setting it up. Just point GnuCash at your MySQL configuration when you choose the MySQL c

Gnucash & Mysql

2009-08-04 Thread Kyle Creekmore
Hello, How can I incorporate this with mysql that has already been installed on my pc? When I try save as to the mysql it fails, but don't know exactly how to go about setting it up. Thanks, Kyle ___ gnucash-devel mailing list gnucash-devel@gnucash