Bug #887

PostgreSQL schema does not support arrays

Added by Sergey Nikitin over 9 years ago. Updated over 9 years ago.

Status:ApprovedStart date:10/01/2014
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:SqlSpent 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 over 9 years ago

  • Category set to Sql

#2 Updated by Zbigniew Rebacz over 9 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 over 9 years ago

  • Status changed from New to Patch ready
  • Assignee set to Miroslav Fidler

#4 Updated by Miroslav Fidler over 9 years ago

  • Status changed from Patch ready to Approved

Also available in: Atom PDF