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 previous message
mirek is currently offline  mirek
Messages: 14262
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')".
 
Read Message
Read Message
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: Thu Jun 26 16:25:18 CEST 2025

Total time taken to generate the page: 0.04069 seconds