|
1 | | -- improve handling of character sets: |
2 | | - + make sure we always create utf8 databases |
3 | | - + make sure we always get back by default utf8 data from the clients |
4 | | - |
5 | 1 | - worker: improve sql execution cmd: |
6 | 2 | + allow it to pick an existing db/user |
7 | | - + disallow execution of commands that are part of the db client instead of being sent to the server, such as eg. 'use db' |
8 | | - - ok for mysql? (to be tested) |
9 | | - - missing for psql? (according to slack discussion: this is impossible using psql and can only be done using a different |
10 | | - driver... it might be in fact already happening when NOT using input via files...) |
11 | | - - missing for sqlsrv |
12 | 3 | + examine in detail and document the differences between running a command vs a file (eg. transaction usage) |
13 | | - + check: can the temp user drop&creates other databases for postgresql? |
| 4 | + |
| 5 | +- improve handling of character sets: |
| 6 | + + make sure we always create utf8 databases |
| 7 | + + make sure we always get back by default utf8 data from the clients |
14 | 8 |
|
15 | 9 | - improve cli scripts: |
16 | 10 | + add a 'stack' script that simplifies building the stack and logging into it |
|
26 | 20 |
|
27 | 21 | - add travis testing |
28 | 22 |
|
29 | | -- worker: improve profile of 'db3v4l' account (esp: add APP_ENV and APP_DEBUG env vars; start in correct dir automatically) |
| 23 | +- worker: sanitize sql execution cmd: |
| 24 | + + disallow execution of commands that are part of the db client instead of being sent to the server, such as eg. 'use db' |
| 25 | + - ok for mysql? (to be tested) |
| 26 | + - missing for psql? (according to slack discussion: this is impossible using psql and can only be done using a different |
| 27 | + driver... it might be in fact already happening when NOT using input via files...) |
| 28 | + - missing for sqlsrv |
| 29 | + + check: can the temp user drop&creates other databases for postgresql? |
| 30 | + |
| 31 | +- worker: improve profile of 'db3v4l' account |
| 32 | + + esp: add APP_ENV and APP_DEBUG env vars |
| 33 | + + start in correct dir automatically |
| 34 | + + enable `ll` and `la` shell aliases |
| 35 | + + use a colored shell prompt |
30 | 36 |
|
31 | 37 | - worker+web: add a queued-task implementation, using sf messenger and a db |
32 | 38 |
|
|
0 commit comments