mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-20 16:28:23 -05:00
63b8a5884e
After support for multiple connections for the --database= option was added a default connection have stopped work. Reworked support for multiple connections, the loop was moved to the usingConnections() methods instead of foreach loop inside commands. - also enahnced handling of exit codes for commands which execute another commands