UCAP-DeLuSiOn / luaforwindows

Automatically exported from code.google.com/p/luaforwindows
0 stars 0 forks source link

No getlastautoid method in luasql.mysql driver. #27

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a mysql connection 
2. execute an insert in the database
3. call conn:getlastautoid() method

What is the expected output? What do you see instead?

I expected to get the ID of the row inserted. I got an error of method do not 
exists.

What version of the product are you using? On what operating system?
Lua for Windows 5.1.4.30 and 5.1.4.40. I'm using Windows XP SP3 32bits and 
Windows 2008 server SP2 64 bits.

Please provide any additional information below.

This method (getlastautoid) get the last ID generated in MySQL ou Postgres 
databases. This exists on the source code of LuaSQL drivers. 

Original issue reported on code.google.com by mabreu...@gmail.com on 21 Oct 2010 at 6:12

GoogleCodeExporter commented 8 years ago
Hi,

We do not maintain the modules, just the distribution. Please make a bug report 
in LuaSQL bug tracker. http://github.com/keplerproject/luasql/issues

I am closing this because it is not our issue. Thanks for being understanding.

Original comment by rpusz...@gmail.com on 21 Oct 2010 at 8:31