Menu

#1144 OOsqlite3 Foreign_keys

ooSQLite.preview
closed
complete
1
2013-03-26
2012-11-20
hex
No

I believe, that foreign_key support is enabled by default in oosqlite when opening a database with the oosqlite class, but when using oosqlite3 CLI the foreign_keys support is OFF (0), I think the sqliteflags in the makefile needs /DSQLITE_DEFAULT_FOREIGN_KEYS=1 to get foreign_keys support in the OOsqlite3 CLI by default, to behave equal to the class.

Discussion

  • Mark Miesfeld

    Mark Miesfeld - 2012-11-20

    Yes, you are exactly right. I hadn't thought about keeping the CLI in sync, but I should have.

    I'll fix this.

     
  • Mark Miesfeld

    Mark Miesfeld - 2012-11-20
    • labels: oosqlite3 CLI --> oosqlite3 CLI, ooSQLite
    • assigned_to: Mark Miesfeld
    • pending_work_items: none --> code+doc+test
     
  • Mark Miesfeld

    Mark Miesfeld - 2012-11-21

    Committed revision 8605. [r8605]

     

    Related

    Commit: [r8605]

  • Mark Miesfeld

    Mark Miesfeld - 2012-11-21
    • labels: oosqlite3 CLI, ooSQLite --> oosqlite3 CLI, ooSQLite, fixed
    • status: open --> pending
    • pending_work_items: code+doc+test --> complete
     
  • Mark Miesfeld

    Mark Miesfeld - 2013-03-26
    • status: pending --> closed
     
  • Mark Miesfeld

    Mark Miesfeld - 2013-03-26

    The fix for this was in the ooSQLite 1.0.0.8707 (preview) release.

     

Anonymous
Anonymous

Add attachments
Cancel