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 » PostgreSQL: error in PostgreSQLSchema.h
PostgreSQL: error in PostgreSQLSchema.h [message #43743] Wed, 01 October 2014 00:34
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

File uppsrc/PostgreSQL/PostgreSQLSchema.h have error, therefore PostgreSQL schema does not support arrays.

File uppsrc/PostgreSQL/PostgreSQLSchema.h 4-th row now:

#define INT_ARRAY_(x, items)       COLUMN_ARRAY("integer", int, x, 0, 0, items)


must be:
#define INT_ARRAY_(x, items)       COLUMN_ARRAY_("integer", int, x, 0, 0, items)


(add _-sign (underscore) after COLUMN_ARRAY)


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}
Previous Topic: UTF8 Length of char -> ORA-01406 ORA-12899 Upp(6693/7609)
Next Topic: PostgreSQL: serious mistake when call GetInsertedId()
Goto Forum:
  


Current Time: Thu Mar 28 22:41:51 CET 2024

Total time taken to generate the page: 0.01147 seconds