mwild1 / luadbi

Multi-backend SQL database library for Lua
MIT License
38 stars 14 forks source link

luadbi with lua 5.2 #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

hello.

simple: working/build luadbi with Lua 5.2?

greetings

Original issue reported on code.google.com by sL1pKn07 on 16 Oct 2013 at 9:11

GoogleCodeExporter commented 8 years ago

Original comment by MWild1 on 30 Jul 2014 at 10:13

GoogleCodeExporter commented 8 years ago
Attached is a patch that allows LuaDBI to compile and load correctly on both 
Lua 5.1 and Lua 5.2. 

I haven't given it a thorough torture test yet, but it's pretty simple and thus 
shouldn't cause many problems.

Original comment by zadgc...@gmail.com on 19 Feb 2015 at 5:01

GoogleCodeExporter commented 8 years ago
Forgot to attach the patch? :)

Original comment by MWild1 on 19 Feb 2015 at 9:28

GoogleCodeExporter commented 8 years ago

Original comment by zadgc...@gmail.com on 20 Feb 2015 at 11:31

Attachments:

GoogleCodeExporter commented 8 years ago
Huh, derp. First time using this thing. :)

Original comment by zadgc...@gmail.com on 20 Feb 2015 at 11:32

GoogleCodeExporter commented 8 years ago
The Postgres driver has survived the test suite from one of my other projects, 
one that works out DBI pretty extensively.

Also, (hopefully :) attached is a patch that makes DBI.lua work in 5.2.

Original comment by zadgc...@gmail.com on 22 Feb 2015 at 9:29

Attachments:

GoogleCodeExporter commented 8 years ago
I tested and merged this changes in today.

Original comment by nr...@ii.net on 17 May 2015 at 1:11