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 » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » SqlExp deeply refactored
SqlExp deeply refactored [message #5222] Mon, 11 September 2006 01:05 Go to previous message
mirek is currently offline  mirek
Messages: 13980
Registered: November 2005
Ultimate Member
This is done mainly to start supporting SQL dialects based on session type - SQL statements are now "compiled" for specific target SQL engine (but fine tuning all commands for specific database engines will take some time).

In the process, I refined the structure of SqlExp types to avoid single "SqlSet" to serve too much purposes. So now we have

SqlSet - now just set of values (or Select result), no more represent SQL statement

SqlStatement
SqlSelect
SqlInsert
SqlDelete
SqlUpdate

Most of code using SqlExp works without trouble after this huge change, but some extreme usages (usually very old) needed to be fixed in our apps.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Paint system once again refactored...
Next Topic: SQLApp example...
Goto Forum:
  


Current Time: Wed May 29 04:27:47 CEST 2024

Total time taken to generate the page: 0.01404 seconds