Skip to content

Commit

Permalink
Update to use the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Aug 21, 2022
1 parent 9f29f53 commit 001cb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ada-ado
Submodule ada-ado updated 47 files
+1 −1 Makefile
+1 −1 db/migrate/ado/2/2-mysql-create-version.sql
+1 −1 db/migrate/ado/2/2-postgresql-create-version.sql
+1 −1 db/migrate/ado/2/2-sqlite-create-version.sql
+1 −1 db/mysql/ado-mysql.sql
+1 −1 db/postgresql/ado-postgresql.sql
+1 −1 db/regtests/mysql/ado-mysql.sql
+13 −5 db/regtests/mysql/create-ado-mysql.sql
+3 −2 db/regtests/mysql/drop-ado-mysql.sql
+1 −1 db/regtests/postgresql/ado-postgresql.sql
+13 −5 db/regtests/postgresql/create-ado-postgresql.sql
+3 −2 db/regtests/postgresql/drop-ado-postgresql.sql
+10 −10 db/regtests/sqlite/ado-sqlite.sql
+23 −14 db/regtests/sqlite/create-ado-sqlite.sql
+3 −2 db/regtests/sqlite/drop-ado-sqlite.sql
+1 −1 db/samples/mysql/ado-mysql.sql
+13 −5 db/samples/mysql/create-ado-mysql.sql
+3 −2 db/samples/mysql/drop-ado-mysql.sql
+1 −1 db/samples/postgresql/ado-postgresql.sql
+13 −5 db/samples/postgresql/create-ado-postgresql.sql
+3 −2 db/samples/postgresql/drop-ado-postgresql.sql
+1 −1 db/samples/sqlite/ado-sqlite.sql
+14 −5 db/samples/sqlite/create-ado-sqlite.sql
+3 −2 db/samples/sqlite/drop-ado-sqlite.sql
+3 −3 db/sqlite/ado-sqlite.sql
+1 −1 regtests/model/regtests-audits-model.adb
+1 −1 regtests/model/regtests-audits-model.ads
+1 −1 regtests/model/regtests-comments.adb
+1 −1 regtests/model/regtests-comments.ads
+1 −1 regtests/model/regtests-images-model.adb
+1 −1 regtests/model/regtests-images-model.ads
+1 −1 regtests/model/regtests-simple-model.adb
+1 −1 regtests/model/regtests-simple-model.ads
+1 −1 regtests/model/regtests-statements-model.adb
+1 −1 regtests/model/regtests-statements-model.ads
+1 −1 samples/model/samples-user-model.adb
+1 −1 samples/model/samples-user-model.ads
+5 −1 src/ado-connections.ads
+23 −8 src/ado-schemas-databases.adb
+10 −0 src/ado-sessions.adb
+4 −0 src/ado-sessions.ads
+23 −1 src/mysql/ado-connections-mysql.adb
+6 −1 src/mysql/ado-connections-mysql.ads
+22 −0 src/postgresql/ado-connections-postgresql.adb
+6 −1 src/postgresql/ado-connections-postgresql.ads
+19 −0 src/sqlite/ado-connections-sqlite.adb
+6 −1 src/sqlite/ado-connections-sqlite.ads

0 comments on commit 001cb7f

Please sign in to comment.