LangLib MultiDB Server Versions
Here are the versions of the database (servers) the LangLib MultiDB was tested against
MySQL server
SHOW VARIABLES LIKE "%version%";
innodb_version 5.5.42
protocol_version 10
version 5.5.42
version_comment MySQL Community Server (GPL)
version_compile_machine x86
version_compile_os Win32
PostgreSQL sever
SELECT version();
"PostgreSQL 8.4.20 on x86_64-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-11), 64-bit"
Microsoft SQL server
SELECT @@VERSION
Microsoft SQL Server 2014 - 12.0.2269.0 (X64) Jun 10 2015 03:35:45 Copyright (c) Microsoft Corporation Express Edition (64-bit) on Windows NT 6.3 <X64> (Build 10240: )
SQLite database
select sqlite_version();
3.8.6