Displaying 1 result from an estimated 1 matches for "psuedoformat".
2005 May 19
5
[OT] Sqlite2 question
...CREATE TABLE my_table (
id,
something,
something_else,
another_something,
etc etc);
So, modifying those INSERT statements suck. vim helps a little bit
using record, but it''s still painful.
It would help a lot if I could get sqlite to dump its insert
statements in the following psuedoformat:
INSERT INTO my_table (id=''some_id'', something=''some_val'', '''' =>
another_else'' .....)
Is that possible? Any other strategies on how to properly update the
schema of a sqlite db?
Thanks,
Joe