You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tigerkev edited this page Mar 14, 2015
·
2 revisions
Information
This is the base of all SQL functionality, it chooses which SQL Version to use and which functions to call.
It also acts as the metatable for the base SQL Versions we have implemented.
Currently we don't plan on adding support for different SQL Server software.
Current Support
There is currently two SQL Versions supported. These two SQL Versions are Hardcoded into the selecting and switching of them, and we don't plan on changing this. SQL Versions can be switched in the User Interface while the server is running.