Re: Perl Plugin with SQL

2010-01-04 Thread Colin Law
2010/1/4 Derek Atkins : > Pascal Vizeli writes: > >> Hi >> >> I'll write a api for gnucash perl plugins. I'll use the DBI class for sql >> connections. >> >> I see that all records store in the table splits and all texts store in >> transactions. But I'm not understand how I generate the IDs? Is i

Re: Perl Plugin with SQL

2010-01-04 Thread Derek Atkins
Pascal Vizeli writes: > Hi > > I'll write a api for gnucash perl plugins. I'll use the DBI class for sql > connections. > > I see that all records store in the table splits and all texts store in > transactions. But I'm not understand how I generate the IDs? Is it a hash? > Exists a better idee h

Perl Plugin with SQL

2010-01-03 Thread Pascal Vizeli
Hi I'll write a api for gnucash perl plugins. I'll use the DBI class for sql connections. I see that all records store in the table splits and all texts store in transactions. But I'm not understand how I generate the IDs? Is it a hash? Exists a better idee how I implement this interface to perl?