From cc9e7dff5b9f2e15d1a1f838dcd2fe49360bf7e5 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 4 Dec 2020 18:00:34 +1100 Subject: [PATCH] hacked around auto-increment primary key, so added note to README to come back to maybe fix this --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 416bdea..deb4c69 100644 --- a/README +++ b/README @@ -25,8 +25,6 @@ python3 main.py ### TODO: - - need to save a book - - not sure about series/loan/subbook, etc. - need to create all classes (green + button) - need to delete all classes (and watch for referential integrity) - need to add 1 author to book, book to sub_book, series @@ -42,3 +40,5 @@ python3 main.py ### MAYBE: when moving a book in a series (which is part of 2 series), do we pop-up offer to move parent/child series orders as well to match (think Thomas Covenant) + + try to "export" db from sqlalchemy to see what it is doing with sequences / primary key for owned table and maybe "new_id" not needed?