Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » SQLite and Sql changes
SQLite and Sql changes [message #5378] |
Sun, 17 September 2006 08:32 |
 |
mirek
Messages: 14265 Registered: November 2005
|
Ultimate Member |
|
|
In SQLite, I have fixed issue with crashing global SQL. In the process I have removed "prepared statement caching", as the prefered method of U++ is different - if you want to keep your statement cached, just make it survive for longer. E.g. make it static.
In the process I have also removed operator= from Sql and created new AppSql class for SQL with operator= (because SQL is the only use for operator= - used when defining the global SQL session).
Mirek
|
|
|
Goto Forum:
Current Time: Sun Jul 06 09:43:05 CEST 2025
Total time taken to generate the page: 0.03368 seconds
|