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
SQL "AS" for PostgreSQL fixed [message #9582] Thu, 17 May 2007 23:45 Go to previous message
zsolt is currently offline  zsolt
Messages: 698
Registered: December 2005
Location: Budapest, Hungary
Contributor
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;
}

[Updated on: Thu, 17 May 2007 23:46]

Report message to a moderator

 
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: Mon May 06 09:15:19 CEST 2024

Total time taken to generate the page: 0.03677 seconds