Collin (code_gs)
32ba9e8c0d
Merge pull request #29 from meepen/patch-1
...
Fix Database:prepare documentation
2019-09-26 23:48:51 -05:00
Meepen
9f24fad929
Fix Database:prepare documentation
2019-09-26 23:47:04 -04:00
FredyH
a573de59cd
Merge pull request #27 from mild-prowler/x64
...
add note for building on 64-bit
2019-09-10 04:01:23 +02:00
Kalka
5af42f3f8d
add note for building on 64-bit
2019-09-09 21:56:45 -04:00
Fredy
3754882383
Used better error reported for errors within callbacks.
2019-08-25 21:27:46 +02:00
Fredy
ce8a1f24f5
updated lua headers to work with new 64 bit release
2019-08-24 06:18:11 +02:00
Frederik Haselmeier
8d7a95e006
switched back to libmysqlclient since mariadbclient was causing problems
2018-08-09 07:44:05 +02:00
Frederik Haselmeier
aa918dc491
fixed indentation
2018-08-08 18:48:58 +02:00
Frederik Haselmeier
01d9dc2f63
Merge branch 'x64' of https://github.com/FredyH/MySQLOO into x64
2018-08-08 18:46:14 +02:00
Frederik Haselmeier
8d2231bb14
updated gmod headers to support linux
2018-08-08 18:46:08 +02:00
FredyH
b316fbedce
Merge pull request #23 from FredyH/add-license-1
...
Create LICENSE
2018-08-08 18:44:42 +02:00
FredyH
b3c136fece
Create LICENSE
2018-08-08 18:44:33 +02:00
Frederik Haselmeier
35ba13cd8a
Added 64 bit support
...
replaced libmysqlclient with mariadbclient (should be binary compatible with mysql)
added PreparedQuery:clearParamters()
2018-08-08 18:38:30 +02:00
Collin (code_gs)
c54ed5a13d
connect's database argument isn't optional
2018-04-23 16:47:57 -05:00
FredyH
154a94a052
updated repository name
2017-11-23 11:40:37 +01:00
syl0r
76c286b8db
Update README.md
2017-11-23 10:10:11 +01:00
syl0r
7d770793a7
Merge pull request #15 from SleepyMode/master
...
Double
2017-11-04 16:47:43 +01:00
SleepyMode
bb65a9111b
Double
...
You don't need to #include a thing twice...
2017-11-04 11:55:35 +02:00
syl0r
daa50f791e
Merge pull request #13 from Bo98/macos
...
Allowed macOS builds & added macOS libmysqlclient
2017-09-25 15:01:54 +01:00
Bo Anderson
d6c4c60ca7
Error when building on an unsupported platform.
2017-09-21 01:12:23 +01:00
Bo Anderson
e42093bdd5
Allowed macOS builds & added macOS libmysqlclient.
2017-09-20 21:41:18 +01:00
syl0r
f34571415c
Merge pull request #11 from syl0r/new-headers
...
New headers
2017-08-04 23:41:50 +02:00
syl0r
87547b7c37
Merge pull request #10 from danielga/master
...
Fixed usage in coroutines and updated with gmod-module-base headers
2017-08-04 22:48:23 +02:00
Daniel
c8c74f60ae
Increased minor version to warn module users of an important update.
2017-08-03 23:31:34 +01:00
Daniel
2bb57ab775
Fixed object leak in pushTableReference.
2017-08-03 23:25:49 +01:00
Daniel
7a936ad042
Possibly fixed bug with checking type of incorrect index.
...
Removed useless reference creations.
2017-08-03 17:25:43 +01:00
Daniel
c457397df7
Updating for the development branch of gmod-module-base.
...
Changed a lot of functions to receive a ILuaBase instead of a
lua_State.
Tried to keep full compatibility with the previous code (even though
it was very poorly designed).
2017-08-03 13:53:25 +01:00
Fredy
d3e5645b9d
removed newline from minorversion.txt
2017-05-31 13:00:08 +02:00
syl0r
4c1e036d3c
Update minorversion.txt
2017-05-31 12:59:18 +02:00
Fredy
6f0ea28f33
Merge branch 'master' of https://github.com/syl0r/MySQLOO
2017-05-31 12:50:53 +02:00
Fredy
fe5abfdd56
updated minor version
2017-05-31 12:50:47 +02:00
syl0r
ee3ccaa736
Update minorversion.txt
2017-05-31 12:49:16 +02:00
Fredy
47522916be
Merge branch 'master' of https://github.com/syl0r/MySQLOO
2017-05-31 12:42:11 +02:00
Fredy
d84838ae95
added missing header
2017-05-31 12:42:03 +02:00
syl0r
02d75a70dc
Added setCharacterSet to tmysql wrapper
2017-05-31 12:35:24 +02:00
Fredy
f5d57356c9
Added db:setcharacterSet()
...
Added db:disconnect()
Added blocking queue implementation to replace several mutexes
2017-05-31 12:30:58 +02:00
syl0r
3eeb78eae9
fixed query:error() not working in transactions
2017-03-07 13:24:56 +01:00
syl0r
4a47b9a8da
increased minor version to 3
2017-03-06 09:31:53 +01:00
syl0r
5c2bfeb9e7
increased minor version to 3
2017-03-06 09:31:19 +01:00
syl0r
00e434a5bd
fixed query:error() not returning errors/crashing
2017-03-06 09:30:50 +01:00
syl0r
92aa5bc915
fixed a bug where prepared statements weren't closed properly
2017-01-29 00:11:39 +01:00
syl0r
3b03bac841
Fixed a rare crash
...
changed minor version
2017-01-28 03:04:37 +01:00
syl0r
fdd17d9fd4
fixed a memory leak
2017-01-28 01:10:20 +01:00
syl0r
a86d2e792f
Improved several mysqloo functions
...
Queries can now be started multiple times
PreparedQueries now cache and reuse the prepared statements allocated on the server
PreparedQueries can now return multiple result sets
Database:ping() now always attempts to reconnect to the database regardless of autoReconnect status
Added automatic update check that checks if an update is available
Added mysqloo.MINOR_VERSION
Added database:setCachePreparedStatements
slightly changed behavior of query:hasMoreResults()
Added lua library for ease of use
Added tmysql4 wrapper
Added connection pool lua library
Removed out folder
Removed logger
2017-01-12 04:42:56 +01:00
syl0r
c2db04fe3f
Merge branch 'master' of https://github.com/syl0r/MySQLOO
2016-12-30 19:13:52 +01:00
syl0r
845d63d6c7
updated README
2016-12-30 19:13:40 +01:00
Frederik Haselmeier
fadf1cf48e
compiled linux version
2016-12-30 19:06:17 +01:00
syl0r
300ba5e701
Merge branch 'master' of https://github.com/syl0r/MySQLOO
2016-12-30 19:03:43 +01:00
syl0r
1cd040beae
errors in callback functions are now printed to console
...
compiled windows version
2016-12-30 19:03:27 +01:00
Fredy
8d424af773
Compiled linux version
2016-06-15 23:12:42 +02:00