3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make connections and statements compatible with the Lua 5.4 <close> feature. More... about 2 months ago
Cast unimplemented types to strings instead of throwing error. More... about 2 months ago
Well that rockspec was wrong; fixed. More... about 2 months ago
Add missing bits of DuckDB test suite. More... 5 months ago
Fix overflow when retrieving an INT value that exceeds 2^31-1. More... 5 months ago
Merge pull request #81 from singpolyma/nul More... 10 months ago
Allow selecting values containing NUL byte More... 10 months ago
Add rockspec file for duckdb. More... 11 months ago
Adding new DuckDB Driver. More... 11 months ago
Merge pull request #76 from robert-scheck/unsigned-long More... 11 months ago
Merge pull request #77 from robert-scheck/my-bool More... over 1 year ago
Merge pull request #78 from robert-scheck/braces-around-initializer More... over 1 year ago
Add missing braces around initializer More... over 1 year ago
Avoid incompatible pointer type error on x86 (32 bit) More... over 1 year ago
Unbreak building against MariaDB 5.5 More... over 1 year ago
Merge branch 'master' of https://github.com/mwild1/luadbi More... over 1 year ago
Support integers in the SQLite driver. More... over 1 year ago
Merge pull request #75 from mwild1/issue64_mysql_integers More... over 1 year ago
Attempt to provide partial fix for Issue #64. More... over 1 year ago
Update README.md - we support 5.4 now More... over 1 year ago
Fix test suite after recent insert-NULL tests were added. No functional change. More... over 1 year ago
Since there are no open PR's, clean up formatting by putting everything through uncrustify with default settings. More... over 1 year ago
Merge pull request #67 from ntki/issue-66 More... over 1 year ago
Merge pull request #61 from mwild1/issue-56 More... almost 2 years ago
Issue-66: dbd/mysql/statement.c: return nil for NULL More... almost 4 years ago
Merge pull request #63 from ConiKost/mysql-8 More... almost 5 years ago
dbd/mysql/statement.c: fix compilation with mysql-8 More... almost 5 years ago
tests/schemas: allow null inserts for testing More... almost 6 years ago
Add test for handling of NULL values More... almost 6 years ago
MySQL: Don't set (unused) field is_null to nonsense value, fixes #56 More... almost 6 years ago