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 » Some Sql addidtions
Re: Some Sql addidtions [message #16593 is a reply to message #16589] Mon, 30 June 2008 21:04 Go to previous messageGo to previous message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Another solution (at least for SqlApp) is to comment
inline SqlBool operator==(const SqlVal& a, const SqlSet& b) { return In(a, b); }
inline SqlBool operator!=(const SqlVal& a, const SqlSet& b) { return NotIn(a, b); }

and using directly In or NotIn instead of SqlVal !=/== SqlSet. IMO it's more readable, but for now I'll leave it as it is. I'll try to find solution without compromise.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: One more sql news
Next Topic: Small new theide enhancement...
Goto Forum:
  


Current Time: Wed May 15 02:58:05 CEST 2024

Total time taken to generate the page: 0.01820 seconds