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 » Sqlite3 int64 / wstring support patch
Re: Sqlite3 int64 / wstring support patch [message #4157 is a reply to message #4156] Tue, 25 July 2006 21:03 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
Also, now that I had investigated the code more in depth...

The idea of "prepared statements cache" is not quite necessary.

The SqlConnection interface should keep just one prepared statement. It can easily detect which one and how long to keep it (parse flag indicates that statement should be parsed...).

Now if user wants to keep prepared statement, the simplest way is to make its variable 'static', leaving the control to the client.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Updated Sqlite3 plugin
Next Topic: Fields
Goto Forum:
  


Current Time: Tue Jun 24 17:32:11 CEST 2025

Total time taken to generate the page: 0.04037 seconds