Conversation
- Started working on fereign key constraints for the datastore.
- Continued working on fereign key constraints for the datastore.
|
Okay we got foreign keys working on I ended up doing a hash for the foreign key constraint name based on foreign table, primary columns, and foreign columns. I think that should work out as the hashes should get generated the same based on the names. Figured that the constraint name did not matter if we can get the constraints outputted in the Once I have the |
- Outputted foreign keys to datastore_info. - Handled constraint errors in delete. - Changed delete table from CASCADE to RESTRICT.
- More foreign key stuffs.
- Added GET request to DS Info.
- Add drop to existing foreign keys of none or new ones are provided. - Removed incomplete info from datastore_info for foreign key outputs. - Explicitly set on update to restrict for foreign key constraints.
- Attempting fix for our JS/jQuery versions.
- Minor fixes for our setup of jquery versions.
- Added more change log files.
- Allow passing database connections into datastore upsert to allow deferring commits and closing connections.
- FIXME markdown a11y tags.
…ature/ds-foreign-keys
- Disallow headings. - Disallow images.
Help me.