-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A really dirty rip-out of the subtree revisions
Just to confirm that removing this will actually work in practice. The tests pass, so now we need to design an upgrade mechanism. Probably forking this mysql driver / schema to be a mysql2 which is effectively a different driver. We'll also need to make some changes to this to support MariaDB. The 'REPLACE INTO' syntax is, I'm pretty sure, a MySQL specfic extension. There is a more standard format for doing this, but it involved passing in more '?' parameters which was already getting too wild for me with the '<placeholder>' expansion. Probably a solveable problem, but one for when I'm a bit less ill :-)
- Loading branch information
1 parent
5f424ec
commit f5b22ff
Showing
3 changed files
with
16 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters