[libgda: 7/7] Merge branch 'wip/ddl-postgresql' into 'master'



commit 9b19229683260c9986175c5176bf96d7e1e17f5c
Merge: f1c561464 7c17ae656
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Thu Mar 19 14:55:57 2020 +0000

    Merge branch 'wip/ddl-postgresql' into 'master'
    
    DDL operations for PostgreSQL provider
    
    See merge request GNOME/libgda!136

 .gitlab-ci.yml                                     |    2 +-
 libgda/gda-db-catalog.c                            |    2 +
 libgda/gda-db-column-private.h                     |   30 +
 libgda/gda-db-column.c                             |   58 +-
 libgda/gda-db-column.h                             |    1 -
 libgda/gda-db-fkey-private.h                       |   32 +
 libgda/gda-db-fkey.c                               |   32 +-
 libgda/gda-db-fkey.h                               |    2 -
 libgda/gda-db-index-field.c                        |   60 +-
 libgda/gda-db-index-field.h                        |   18 +-
 libgda/gda-db-index.c                              |   56 +-
 libgda/gda-db-table.c                              |   47 +-
 libgda/gda-db-view.c                               |   39 +-
 libgda/meson.build                                 |    2 +
 providers/postgres/gda-postgres-ddl.c              |   20 +-
 .../postgres/postgres_specs_create_index.xml.in    |   19 +
 tests/meson.build                                  |   24 +-
 tests/test-server-operation-postgresql.c           | 1327 ++++++++++++++++++++
 tests/test-server-operation-sqlite.c               |    2 +-
 19 files changed, 1706 insertions(+), 67 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]