- 26 Oct, 2020 1 commit
-
-
Pavlo Solntsev authored
-
- 08 Oct, 2020 1 commit
-
-
Pavlo Solntsev authored
Currently, libgda uses template1 default database to connect to before a new database can be created. If more than one connection is established to the template1 database a new database can't be created. 'postgres' database should be used to connect to before any other database connection is established. See relevant discussion here: https://www.postgresql.org/list/pgsql-sql/2020-10 Message-ID: 390804abe88e4e9da9049f6e05c841783acaca47.camel@gmail.com This bug affects the following issues: GNOME/libgda#194 GNOME/libgda#221
-
- 14 Sep, 2020 1 commit
-
-
Jordi Mas authored
-
- 09 Sep, 2020 1 commit
-
-
- 04 Sep, 2020 1 commit
-
-
Daniel Mustieles García authored
-
- 01 Sep, 2020 1 commit
-
-
Pavlo Solntsev authored
Use uniqe DB for the test See merge request GNOME/libgda!158
-
- 29 Aug, 2020 1 commit
-
-
Jordi Mas authored
-
- 27 Aug, 2020 1 commit
-
-
Jordi Mas authored
-
- 25 Aug, 2020 2 commits
- 24 Aug, 2020 1 commit
-
-
Daniel Mustieles García authored
-
- 23 Aug, 2020 1 commit
-
-
Jordi Mas authored
-
- 18 Aug, 2020 5 commits
-
-
Pavlo Solntsev authored
We don't need to worry about dropping the database in the test
-
Pavlo Solntsev authored
-
Pavlo Solntsev authored
This object is a convenience for returning information during the creation of the database.
-
Pavlo Solntsev authored
test_random_string() API was added and implemented in the separate file to avoid repetition. meson.build file was updated to reflect this change.
-
Pavlo Solntsev authored
To avoid conflict between tests we need to use a unique database name every time the test starts. Some minor corrections to improve code quality were also added.
-
- 16 Aug, 2020 1 commit
-
-
- 13 Aug, 2020 1 commit
-
-
Daniel Espinosa Ortiz authored
This change will use two identical build/test processes to stress multi-threaded/simultaneos access to dabases
-
- 12 Aug, 2020 2 commits
-
-
Daniel Espinosa Ortiz authored
_gda_data_select_update_usage_flags() was used on one place and its function was moved to gda-server-provider.c
-
Daniel Espinosa Ortiz authored
Step required for #222
-
- 09 Aug, 2020 2 commits
-
-
Pavlo Solntsev authored
Fixing wrong assignment from GdaDataMetaWrapperMode to GdaSqlIdentifierStyle
-
Pavlo Solntsev authored
Explicitly pass type of operation to create a GdaServerOperation instance.
-
- 30 Jul, 2020 1 commit
-
-
- 27 Jul, 2020 1 commit
-
-
Daniel Espinosa Ortiz authored
1. Use gda_top_src/gda_top_build to be suitable to use as a meson subproject 2. If no POSTGRESQL_CNC_PARAMS enviromental variable is set, skip test
-
- 26 Jul, 2020 1 commit
-
-
Daniel Espinosa Ortiz authored
A simple correction in the example See merge request GNOME/libgda!154
-
- 25 Jul, 2020 5 commits
-
-
Danilo Galete authored
-
Pavlo Solntsev authored
-
Pavlo Solntsev authored
SQLite: Adding support for bigint type See merge request GNOME/libgda!153
-
Pavlo Solntsev authored
Add Documentation examples See merge request GNOME/libgda!151
-
-
- 22 Jul, 2020 1 commit
-
-
Pavlo Solntsev authored
-
- 20 Jul, 2020 1 commit
-
-
Pavlo Solntsev authored
-
- 19 Jul, 2020 1 commit
-
-
Pavlo Solntsev authored
-
- 12 Jul, 2020 6 commits
-
-
-
Pavlo Solntsev authored
MySQL: Reimplementing CREATE_DB and DROP_DB See merge request GNOME/libgda!149
-
Pavlo Solntsev authored
-
Pavlo Solntsev authored
-
Pavlo Solntsev authored
They were moved to a separate test unit.
-
Pavlo Solntsev authored
-