Bug #887
PostgreSQL schema does not support arrays
Status: | Approved | Start date: | 10/01/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | Sql | Spent time: | - | |
Target version: | - |
Description
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)
History
#1 Updated by Sergey Nikitin about 10 years ago
- Category set to Sql
#2 Updated by Zbigniew Rebacz about 10 years ago
Hello Sergey,
Please assigned this issue to Mirek and set status from "New" to "Patch ready". It will help us better monitor current status of this issue. Thanks!
Sincerely,
Klugier
#3 Updated by Sergey Nikitin about 10 years ago
- Status changed from New to Patch ready
- Assignee set to Miroslav Fidler
#4 Updated by Miroslav Fidler about 10 years ago
- Status changed from Patch ready to Approved