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 » PostgreSQL related bits....
PostgreSQL related bits.... [message #10550] Sun, 15 July 2007 15:17 Go to next message
mirek is currently offline  mirek
Messages: 13983
Registered: November 2005
Ultimate Member
Dialect now renamed to PGSQL.

PgSequence now represents PGSQL SEQUENCE object.

SqlExp Select statement now has "Get" variant to be used instead of "From" to get "table-less" select, like "select nextval('seq')".

In Oracle, Select(NextVal(SEQ)).Get gets translated to "select seq.nextval from DUAL", in PGSQL to "select nextval('SEQ')".
Re: PostgreSQL related bits.... [message #10625 is a reply to message #10550] Thu, 19 July 2007 22:10 Go to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
Very cool, thanks Smile
Previous Topic: Fixed QuickTabs DnD refreshing problems. Mouse wheel works in tiny bar too now..,
Next Topic: PG SQL fixes changes...
Goto Forum:
  


Current Time: Mon Jun 03 15:08:30 CEST 2024

Total time taken to generate the page: 0.02847 seconds