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
Re: SqlExp deeply refactored [message #5237 is a reply to message #5222] Mon, 11 September 2006 09:49 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1367
Registered: November 2005
Location: Poland
Ultimate Contributor

luzr wrote on Sun, 10 September 2006 19:05

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



Great!. But what about Left/Right Join? I noticed they use Oracle syntax (join type is specified in where clause). Unfortunately that syntax is not common in others databases..
 
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: Fri Aug 29 21:58:34 CEST 2025

Total time taken to generate the page: 0.04491 seconds