Jordan Clark
Jordan Clark
My fork/pull request has added support for createdAt/updatedAt to addRecord(), updatedAt to updateRecord() and soft-delete support for deletedAt to removeRecord().
My fork/pull request now enables pre-filling in the table name for all of the migration templates.
My fork/pull request should fix this issue, apparently if you quote PostgreSQL table names they become case-sensitive, so now the adapter will check if the name needs the double quotes...
You were correct the latest changes are part of the pull request, I'm a git-noob but at least I'm learning. Here are 3 test migrations, I hope that helps.
@tdm00 Troy sorry about that bug, I also created a fix for railo 4 and createObjectFromRoot and incorrectly transfered the code into the plugin. It should be working correctly now.
I have been using my updated version of the plugin without a problem for months. I did just fix a little bug I caused in the MicrosoftSQLServer adapter, but I...
I agree, the current implementation fo TINYINT(1) appears similar to BIT because of the view, but it's actually still stored as a tinyint datatype. My open fork/pull request has a...