biokoda / actordb

ActorDB distributed SQL database
Mozilla Public License 2.0
1.9k stars 71 forks source link

100% compitible with MySQL #19

Closed andrewmclagan closed 8 years ago

andrewmclagan commented 8 years ago

Impressive project...

Is this 100% fully compatible with MySQL drivers?

SergejJurecko commented 8 years ago

Queries should work well. The only problem that might occur is in one of the "system" calls in the driver. We try to provide compatibility with the ones we have found but there are probably a bunch which will not return the right result. Things like "select @@max_allowed_packet" that we are aware of work.

andrewmclagan commented 8 years ago

(Y) Im going to give this a run... will report back if I encounter problems