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 previous message
zsolt is currently offline  zsolt
Messages: 697
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.
 
Read Message
Read Message
Previous Topic: Question about SQL....
Next Topic: [SQLITE] Enable FTS in compiler options by default
Goto Forum:
  


Current Time: Sun Apr 28 20:39:21 CEST 2024

Total time taken to generate the page: 0.03897 seconds