• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D08-Nov-20201.7 KiB5445

Makefile.inH A D03-May-202242.6 KiB1,2701,141

READMEH A D18-Mar-2019624 1510

check_meta_store_memory.cH A D08-Nov-20201.4 KiB5319

check_meta_store_mysql.cH A D08-Nov-20201.7 KiB6529

check_meta_store_postgresql.cH A D08-Nov-20201.7 KiB6529

check_meta_store_sqlite.cH A D08-Nov-20201.4 KiB5219

common.cH A D08-Nov-202021.7 KiB737578

common.hH A D08-Nov-20201.9 KiB5025

data_builtin_data_types.csvH A D18-Mar-20197.6 KiB112111

data_columns.csvH A D18-Mar-201945.4 KiB287286

data_domain_constraints.csvH A D18-Mar-2019134 21

data_domains.csvH A D18-Mar-2019781 43

data_domains_1.csvH A D18-Mar-2019259 21

data_information_schema_catalog_name.csvH A D18-Mar-20197 21

data_key_column_usage.csvH A D18-Mar-201912.4 KiB138137

data_parameters.csvH A D18-Mar-2019914 1110

data_referential_constraints.csvH A D18-Mar-20192.7 KiB2019

data_routines.csvH A D18-Mar-20192.7 KiB3231

data_schemata.csvH A D18-Mar-2019125 43

data_schemata_1.csvH A D18-Mar-201942 21

data_table_constraints.csvH A D18-Mar-201921.9 KiB195194

data_tables.csvH A D18-Mar-20193.6 KiB3635

data_triggers.csvH A D18-Mar-2019996 76

data_view_column_usage.csvH A D18-Mar-20194.3 KiB5756

data_views.csvH A D18-Mar-20194.7 KiB2524

README

1USAGE
2-----
3
4Run "make check" in this directory to test the GdaMetaStore object with different providers.
5
6To be tested, each provider needs to be compiled in these sources, and some environment
7variables need to be set for each provider. If no variable is set, then no test will be done with the
8corresponding provider and the test will report a success.
9
10For each provider, the environment variable to set is <provider_name>_META_CNC,
11for example "POSTGRESQL_META_CNC" (to set for example to "DB_NAME=meta").
12
13The database must already exist for the test to succeed, and all the data within
14the database may be destroyed.
15