On 05/26/2011 11:52 AM, Henning Westerholt wrote:
On Thursday 26 May 2011, Timo Teras wrote:
utils: add sqlite support to kamctl/kamdbctl
- sql scripts copied from postgres versions and converted to sqlite
(only major change was: sed s/SERIAL/INTEGER/)
Hi Timo,
great. :-) Is this the only change, or do you need also some other smaller
adaptions? Then i could adapt the XSL schema generation infrastructure, that
sqlite will also automatically be updated in case the schema is changed.
Bah. I didn't realize the schema was autogenerated from xml. Should have
checked. :/
But yes, for the current SQL things this was the only change.
- Timo