Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ SQL » Sqlite schema fixes
Sqlite schema fixes [message #29139] Thu, 07 October 2010 10:00 Go to next message
zsolt is currently offline  zsolt
Messages: 693
Registered: December 2005
Location: Budapest, Hungary
Contributor
UNIQUE_LIST has a typo and INDEX_LIST is missing (plugin/sqlite3/Sqlite3Schema.h)

#define UNIQUE_LIST(u, l)          ATTRIBUTE("create unique index UQ_@t$" #u " on @t  "\
                                             "(" l ");",\
                                             "drop index UQ_@t$" #u ";")
#define INDEX_LIST(u, l)           ATTRIBUTE("create index IDXL_@t$" #u " on @t  "\
                                             "(" l ");",\
                                             "drop index IDXL_@t$" #u ";")


and a lot of #undefs are missing.
Re: Sqlite schema fixes [message #29269 is a reply to message #29139] Wed, 13 October 2010 19:23 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks (and undefs issue hopefully fixed).
Previous Topic: Question about SQL....
Next Topic: [SQLITE] Enable FTS in compiler options by default
Goto Forum:
  


Current Time: Thu Mar 28 13:13:34 CET 2024

Total time taken to generate the page: 0.01496 seconds