Skip to content

Commit 32d6940

Browse files
committed
docs
1 parent 1c382d4 commit 32d6940

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

doc/TODO.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- 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)
44

5-
- script `./bin/dbconsole sql:shell` not working from host - it only works from worker
5+
- 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...
66

77
- adminer:
88
+ can not connect to mariadb 5.5
@@ -15,9 +15,6 @@
1515

1616
## Major features
1717

18-
- allow to easily pick specific minor-versions for each db
19-
see: https://www.docker.com/blog/advanced-dockerfiles-faster-builds-and-smaller-images-using-buildkit-and-multistage-builds/
20-
2118
- host: allow building/starting partial docker stack for speed and resources (eg. no oracle, no sqlserver,
2219
no 'admin' tools such as lazydocker and adminer, etc...)
2320
Being able to start a single 'db type' might also make sense in parallelization of tests on travis.

doc/WHATSNEW.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Version 0.15 (unreleased)
2-
-------------------------
1+
Version 0.15
2+
------------
33

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

88
- Improved: it is now possible to specify a specific minor version for each installed db sy simply editing the local
9-
docker-compose env file (.env.local).
9+
docker-compose env file `.env.local`
1010
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
1111

1212

0 commit comments

Comments
 (0)