U++ framework
Do not panic. Ask here before giving up.

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 is currently offline  mirek
Messages: 14290
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
Previous Topic: SQLApp example...
Next Topic: FrameSplitter
Goto Forum:
  


Current Time: Sun Apr 26 05:29:41 GMT+2 2026

Total time taken to generate the page: 0.00562 seconds