GNOME Bugzilla – Bug 750771
Add test that uses 2 primary keys for one table
Last modified: 2019-03-20 10:39:02 UTC
SQLite supports composite primary keys, so should we: https://www.sqlite.org/lang_createtable.html
An example of using those composite keys: http://stackoverflow.com/questions/734689/sqlite-primary-key-on-multiple-columns We obviously can't support more than one primary key right now because of: struct _GomResourceClass { GObjectClass parent_class; gchar primary_key[64]; gchar table[64]; }; Need to find a better way than this.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gom/issues/10.