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 On delete cascade .sch ?
Re: SQLite On delete cascade .sch ? [message #51975 is a reply to message #51958] Fri, 28 June 2019 18:51 Go to previous messageGo to previous message
Xemuth is currently offline  Xemuth
Messages: 387
Registered: August 2018
Location: France
Senior Member
Also, I have try this kind of think :
#ifndef REFERENCE_SUFFIX
#define REFERENCE_SUFFIX(s,n,x)     INLINE_ATTRIBUTE("FOREIGN KEY(" #s ") REFERENCES " #n "(" #x ") ON DELETE CASCADE")
#endif

#ifndef FOREIGN_KEY
#define FOREIGN_KEY(s,n,x)          SCHEMA(",FOREIGN KEY(" #s ") REFERENCES " #n "(" #x ") ON DELETE CASCADE,", NULL)
#endif


Not working either.

Is there a way to see the schema stream pushed to sqlite ? I mean after sch conversion ?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Sqlite join from select
Next Topic: Multiple DUAL_UNIQUE generate conflicting statements
Goto Forum:
  


Current Time: Sat Apr 20 10:04:55 CEST 2024

Total time taken to generate the page: 0.03412 seconds