summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-06Adding options field to selects.Pixel
2008-10-06Consolidating foreign key system by enhancing restrictions with tablenames.Pixel
2008-10-06Adding some early foreign key system.Pixel
2008-10-06Adding protected equivalents of functionsPixel
2008-10-06Adding 'timestamp' type.Pixel
2008-10-06Adding 'text' type.Pixel
2008-10-06Changing slightly the primary key syntax, allowing multiple columns.Pixel
2008-10-04Adding number of operations done during opentablePixel
2008-10-03One last example with nextrowPixel
2008-10-03More solid example, and a couple more functionsPixel
2008-10-03Moving 'SafeQuery' to the private part.Pixel
2008-10-03Adding more examples, and fixing a few bugs.Pixel
2008-10-03Returning nil on 'FetchRow' if we don't have any more row to return.Pixel
2008-10-03Returning nil on 'FetchRow' if we don't have any more row to return.Pixel
2008-10-03Fixing update's fields check.Pixel
2008-10-03Fixing select's fields check.Pixel
2008-10-03Forgot the select and update methods.Pixel
2008-10-03Fixing multiple fields SQL syntax.Pixel
2008-10-03Adding 'default' field to ddl.Pixel
2008-10-03Moving _luadb to private.Pixel
2008-10-03Adding dblib.luaPixel
2008-10-03Adding the dtable function.Pixel
2008-09-29Quick-fix for MySQL NULL values.Pixel
2008-09-29Bumping Copyright date.Pixel
2008-09-29Getting rid of these nasty expanded keywords.Pixel
2008-09-26Adding the ability to hash data from handles.Pixel
2008-09-26Increasing buffersize of the HashFunction, and removing the lock.Pixel
2008-09-26Fixing MSVC whinnings.Pixel
2008-09-23Compiler bitching fix.pixel
2008-09-23Upgrading to lua 5.1.4pixel
2008-09-22Getting rid of the nasty 'TIME_WAIT' issue when server crashes and restarts.pixel
2008-08-20Avoiding _G infinite recursion while dumping.pixel
2008-08-14Avoid returning non-initialized value on EOF.pixel
2008-08-11Adding the ability to read / write floats and doublespixel
2008-08-06Small change to avoid exceptions to go a level too high...pixel
2008-08-05Small fix for spurious C++ compilers.pixel
2008-08-05Silenting some warnings.pixel
2008-07-27Fix for badly formatted query strings.pixel
2008-07-24Bug fixes...pixel
2008-07-23Updating debug strings.pixel
2008-07-23Putting away the debug timeout...pixel
2008-07-23Creating httplib.luapixel
2008-07-22Fixing the timeout condition that could sometime fail for non-watchable handles.pixel
2008-07-22A little bit more cleaning here.pixel
2008-07-22Returning http headers and http status from HttpClient.pixel
2008-07-22Fixing HttpClient in case of less specific URLs.pixel
2008-07-22Fixing win32 SetNonBlockpixel
2008-07-18Harminizing.pixel
2008-07-18Beautifying the code a bit.pixel
2008-07-18Adding the GenTicket function, using the ISAAC random generator.pixel