Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-30 | Add primary keys for tables where everything is a key to be sure that we | Russ Allbery | |
get the uniqueness constraint. | |||
2007-08-30 | Fix all the interfaces so that objects are identified as type, name, not | Russ Allbery | |
name, type, and fix the schema for the places where I'd renamed name to object for no good reason. I don't know what I was thinking originally. | |||
2007-08-30 | Adjust for SQL syntax differences for auto-increment keys between MySQL | Russ Allbery | |
and SQLite. | |||
2007-08-29 | Fix lots of problems with the schema and rework it a little bit to be | Russ Allbery | |
compatible with SQLite. Mostly this involves creating indexes separately rather than part of the create table statement. | |||
2007-08-29 | Convert the schema documentation into a Perl class that contains the same | Russ Allbery | |
information but can also return the SQL commands or apply them to a database. |