Conversation
|
The build will currently fail, as I haven't integrated the |
|
@shlomi-noach This is going to be great, thanks for this. Let me know if you need an extra hand to test this. I am more than happy if I can help. |
|
At this time Many of these queries have now been simplified (which is good), and some have been broken into app logic (which is a pity). The changes in no way suggest a generic translation mysql->sqlite. I just wanted to get warmed up to start testing functionality. I'm proceeding to back-test that the rewrites work with |
|
Will certainly need better testing method for this. Next on this PR:
|
|
I've been spending far too many hours on this. Perhaps someone can come up with a magic solution? This PR is using https://github.com/mattn/go-sqlite3: sqlite wrapping for golang. The package contains a C file which compiles via However the problem is this: I wish to incorporate this package under the I tried:
I realize the |
|
merged #75 which solves dependency issue |
|
#97 was based on this PR and has been merged. Now this PR adds:
|
This branch experiments with sqlite as backend database. It's an ongoing effort in looking for the incompatibilities between MySQL and sqlite.
I'm meanwhile pursuing, brute-force, the transparent transformations of MySQL dialect into sqlite dialect, so as to find out the real changes in semantics and behavior.