Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Aug 21, 2020
1 parent 1c382d4 commit 32d6940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions doc/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- when running selects that return an empty dataset, at least with mysql, nothing is returned in the output json/yml (ie. not even NULL or an empty array)

- script `./bin/dbconsole sql:shell` not working from host - it only works from worker
- script `./bin/dbconsole sql:shell` not working from host - it only works from worker. If we can't fix it, make it display a nice error...

- adminer:
+ can not connect to mariadb 5.5
Expand All @@ -15,9 +15,6 @@

## Major features

- allow to easily pick specific minor-versions for each db
see: https://www.docker.com/blog/advanced-dockerfiles-faster-builds-and-smaller-images-using-buildkit-and-multistage-builds/

- host: allow building/starting partial docker stack for speed and resources (eg. no oracle, no sqlserver,
no 'admin' tools such as lazydocker and adminer, etc...)
Being able to start a single 'db type' might also make sense in parallelization of tests on travis.
Expand Down
6 changes: 3 additions & 3 deletions doc/WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Version 0.15 (unreleased)
-------------------------
Version 0.15
------------

- Improved: renamed PostgreSQL versions 10, 11 and 12 and made their 'minor' version floating instead of locking it down.
This is in line with the unlocking of minor versions for MSSQLServer in db3v4l 0.14 and with PostgreSQL version numbering
policies - see https://www.postgresql.org/support/versioning/

- Improved: it is now possible to specify a specific minor version for each installed db sy simply editing the local
docker-compose env file (.env.local).
docker-compose env file `.env.local`
This allows f.e. to pick mysql 8.0.19 instead of 8.0.*, which at the time of writing would get you 8.0.21


Expand Down

0 comments on commit 32d6940

Please sign in to comment.