Brian Graham
Brian Graham
`ONLY_FULL_GROUP_BY` is now an optional flag for MySQL connections, and disabled by default in MySQL 5.7+. I think we should replace the adapter (deprecate the existing one, introduce a new...
Presently there are no tests running against a MSSQL environment on Travis. In theory this should be possible to do via adding a job like this: ``` - name: MSSQL...
Presently there are no tests running against an Oracle environment on Travis. In theory this should be possible to do via adding a job like this: ``` - name: Oracle...
There are only 50 PRs against propel, but there are over 200 public forks of propel, with over 1000 branches collectively out there. If we look for unique branches this...
Add a non-interactive version of InitCommand, that for example, uses flags. Presently the only way to interact with init is via an interactive "question-and-answer" style prompt. On a minor note:...
Mysql function expressions like `CURRENT_TIMESTAMP` should no longer be injected as a string in MySql, and needs broader test coverage to check for possible `` assignments. of Mysql changed the...
The # will make the entire bash code block copy-pasteable because it is a bash comment. Thanks for open sourcing this project!
not actually a path spec but a grep regex, and doesn't work exactly right in complex situations due to param passing
1. generate man page with pandoc 2. update readme installation