Commit Graph

18 Commits

Author SHA1 Message Date
op
7c15129e57 update luadbi to 0.7.2
the changelog list various bugfixes and improvements, but it also fixes
the error

/usr/local/share/lua/5.3/DBI.lua:31: attempt to call a nil value (field
'maxn'

when running the lua53 flavor (e.g. when using luadbi for prosody'
mod_storage_sql)

ok sthen@
2022-04-25 08:35:19 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
sthen
6e7d1fd873 add lua52/lua53 versions of luadbi, based on a diff from Lucas <lucas@sexy.is> 2021-06-09 10:30:34 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
espie
1da226ddc3 this does not run-depends on lua, so it needs to have those directories
registered
2018-05-15 11:08:12 +00:00
landry
3c0d7fca59 Update to luadbi 0.6, and switch to a new upstream github maintained by a
prosody developer. The original upstream is long dead anyway.

Tested working fine with basic lua code connecting to a pgsql db, and
also tested by vic with prosody using postgresql as backend (thanks!)
2018-01-14 15:36:40 +00:00
jasper
69129ad797 zap dead HOMEPAGE/MASTER_SITES and add mirror 2017-08-21 18:49:30 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
naddy
fbe8082fe1 remove SHARED_ONLY from simple lua ports 2016-03-18 20:49:27 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
naddy
34b4304a2b fix revision typo 2013-08-09 11:10:15 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5 Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
ok sthen aja
2013-05-25 00:33:09 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
naddy
11cf61a3e6 there is no BUILD_DEPENDS-sub 2012-08-28 19:54:15 +00:00
jasper
6973062b94 import luadbi 0.5
LuaDBI is a database interface library for Lua. It is designed to
provide a RDBMS agnostic API for handling database operations. LuaDBI
also provides support for prepared statement handles, placeholders and
bind parameters for all database operations.

ok sthen@
2012-08-16 15:21:30 +00:00