Silver Zachara
Silver Zachara
I will not add this at sure. Currently, there is [Schema::hasTable()](https://www.tinyorm.org/database/migrations#checking-for-table--column-existence). For indexes, I will not add something like `indexIfNotExists()` or `fullTextIfNotExists()` why would you do that in migrations? The...
Hi, `Microsoft Sql Server` is not supported, supported DBs are described [here](https://www.tinyorm.org/database#introduction).
This is true, this is one of the first code I wrote and it should be completely refactored to exceptions, i know about this [here](https://github.com/silverqx/TinyORM/blob/e1cd43177c44f5c164b3dae3457409bd257f7511/include/orm/concerns/managestransactions.hpp#L29) .
> I don't think this fixes @JavierMatosD comment on the vcpkg policy of features not being alternatives 😒 I have removed the `build-mysql-driver` feature.
> is there one database driver that you'd recommend to users? Of course, I would recommend `build-mysql-driver` this is my own implementation of `QMYSQL`, it's faster, code quality is somewhere...
What changes, everything is pushed.
Thx for review
I'm not using it over ssh that is an extreme case, but I'm using it heavily when I'm compiling something or invoking clang-tidy or clazy and want to pause it...
The wiki page about [`Software flow control`](https://en.wikipedia.org/wiki/Software_flow_control) and `XON/XOFF` codes. For me is enough to detect the Pause and CTRL+S keys for pause and CTRL+Q for resume, or it can...
I see that more of you are writing that will be needed to detect that the terminal is suspended, this is already done in the wterm, wterm is already pausing...