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 » U++ Library support » U++ SQL » SQL "AS" for PostgreSQL fixed
Re: SQL "AS" for PostgreSQL fixed [message #9584 is a reply to message #9582] Fri, 18 May 2007 10:11 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
zsolt wrote on Thu, 17 May 2007 17:45

To be able to use SqlId::As() with PostgreSQL, you have to change Sql/SqlVal.cpp:
SqlCol SqlId::As(const char *as) const
{
	//return id.IsNull() ? ToString() : ToString() + SqlCase(MSSQL, " as ")(" ") + as;
	return id.IsNull() ? ToString() : ToString() + SqlCase(MSSQL | POSTGRESS, " as ")(" ") + as;
}



Thank you. Also fixed SqlCol::As.

Mirek
 
Read Message
Read Message
Read Message
Previous Topic: Please help the SQL-challenged
Next Topic: SqlFormat() bug with Date and Time types
Goto Forum:
  


Current Time: Sun Jul 06 23:18:03 CEST 2025

Total time taken to generate the page: 0.03705 seconds