Up to [cvs.NetBSD.org] / pkgsrc / databases / sqlrelay-nodejs
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.35 / (download) - annotate - [select for diffs], Sat Dec 3 15:53:41 2022 UTC (8 weeks, 3 days ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.34: +1 -4
lines
Diff to previous 1.34 (colored)
sqlrelay: updated to 1.9.3 1.9.3 - added some missing SQLGetInfo() attributes to the ODBC driver backported fixes for PHP 8 backported support for Oracle 18 and 19 backported a fix for some missing map clears in postgresql protocol module backported a fix for NULL-binds in the ODBC driver backported -fdeclspec configure test for ruby with clang backported a postgresql isnull fix backported patch from Kyle to use HH24 instead of HH in default fakeinputbindvariablesdateformat string backported mysql connection segfault fix disabled PQsendQueryPrepared/PQsetSingleRowMode to fix nested query bug with postgresql backported postgresql noRowsToReturn fix 1.9.2 - ruby cursor constructor marks associated ruby connection object now updated bad-command and no-cursor-available handling in sqlrclient protocol module fixed a subtle bug that could cause closeResultSet()/clearError() not to be called between reexecutes if the previous execute resulted in an error backported support for password files in userlist auth modules 1.9.1 - fixed some missing map clears in postgresql protocol module fixed NULL-bind in the ODBC driver 1.9.0 - added missing inequality operators to end-of-bind detection fixed commit/begin without commitcount error in sqlrimportcsv fetch errors aren't returned if sqlrclient protocol version < 2 query-intercept catches "begin transaction" now query-intercept doesn't intercept various begin-type statements if the query is actually a block of sql containing commit or rollback added ncharencoding option to odbc connection to enable UTF-16 values in SQL Server nchars/nvarchars fixed a bug that caused output binds of length 8000+ to fail on SQL Server begin() runs "begin transaction" instead of just "begin" on SQL Server fixed a column-count reset bug in odbc, db2, informix, and postgresql that could cause begin queries to fail when fake transaction blocks are used object lists have correct column names for mysql, odbc, and jdbc now fixed a bug that caused rollback to be called insted of commit when endofsession="commit" and faketransactionblocks=yes are used commit/rollback is now called at the end of session when faketransactoinblocks=yes is used, whether or not the server believes it's in a transaction block, to catch cases where the begin-interceptor is intentionally bypassed sqlrimportcsv handles dates without centuries now fixed crash in replay module when table name is quoted mysql explain statements work now fixed node-gyp.js detection on ubuntu 20.04 added configure options for PHP 8.x added php/pdo module tweaks for PHP 8 mysql and postgresql protocol modules support TLS now pushed most of tls/gss code up into sqlrprotocol parent class fixed subtle issues in mysql/postgresql database modules that could sometimes cause reexecutes of the same query with the same bind variables to return no results the second time the configure script specifically looks for liberl_interface.a now updated nodejs macros for node 14+ fixed subtle bugs in Python getField, getFieldLength, and getRowLengthsDictionary functions added GVL management to the Ruby API applied patch from Igor to fix configure.vbs VC++ version detection for non-US versions
Revision 1.34 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:20 2022 UTC (3 months ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
*: bump PKGREVISION for libunistring shlib major bump
Revision 1.33 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:51 2021 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
revbump for icu and libffi
Revision 1.32 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:29 2021 UTC (16 months ago) by adam
Branch: MAIN
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
revbump for boost-libs
Revision 1.31 / (download) - annotate - [select for diffs], Wed Sep 22 21:19:28 2021 UTC (16 months, 1 week ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
(databases/sqlrelay-nodejs) +net/libcares/buildlink3.mk, another problem yet
Revision 1.30 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:31 2021 UTC (21 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
revbump for boost-libs
Revision 1.29 / (download) - annotate - [select for diffs], Sun Mar 28 02:33:10 2021 UTC (22 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.28: +2 -1
lines
Diff to previous 1.28 (colored)
(databases/sqlrelay-nodejs) +DEPENDS+= http-parser-[0-9], not packaged yet
Revision 1.28 / (download) - annotate - [select for diffs], Tue Feb 16 13:12:39 2021 UTC (23 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.27: +5 -6
lines
Diff to previous 1.27 (colored)
sqlrelay: updated to 1.8.0 SQL Relay 1.8.0 This release mainly lays the groundwork for some future features, including a generic import/export framework. Some notable progress was also made on the JDBC driver, though it's still not finished. The most significant (finshed) new feature is an aes128 password encryption module. There are some bugfixes as well. A long-standing issue with postgresql that could cause results from multiple open cursors to get confused has been resolved. A subtle error that could cause counting of bind variables on the client-side to hang has been fixed. A long-standing, but apparently obscure, issue that could cause tables from other MySQL schemas to be included in a "show tables" command has been fixed. As well as various other issues. Full ChangeLog follows: unattended tests added sqlrresultsetdomnode class to c++ client API fixed datedelimiters parameter added support for SQLParamOptions with SQLUINTEGER arguments sqlr-import detects uppercase .CSV suffix now fixed a csv number-detection but in sqlr-import fixed a delete[] of a const in sqlr-import it's possible to specify a commitcount of 0 with sqlr-import now moved sqlrimportxml/csv classes into libsqlrclient moved sqlrexportxml/csv classes into libsqlrclient csv import/export is consistent now added some event methods to sqlrexport migrated parsedatetime functions to rudiments datetime class different postgresql cursors use different stmtNames now sqlrimportcsv can create a primary key that's not in the CSV now sqlrexportcsv quotes 12+ digit numbers now fixed subtle, count-related issues when validating bind variables on the client side, that could cause a hang added an aes128 pwdenc module applied a patch to fix a crash in the debug logger (missing "%s") added a tweak to getsitearchdir.rb to fix incorrect lib/lib64 reporting on some centos x64 systems fixed mysql getColumnList to distinquish proper db/schema SQL Relay 1.7.0 This release adds 2 significant features: support for the PostgreSQL client-server protocol, and a "replay" module to help automatically recover from deadlocks and lock-timeouts, but also has the usual assortment of minor bugfixes and internal changes. Full ChangeLog follows: added postgresql protocol module updated postgresql connection module to get column info pre-execute fixed postgresql connection module type oid bug added tag filter/moduledata added moduledata(s)::closeResultSet()/endTransaction()/endSession() mysql protocol returns empty lobs correctly now (not as nulls) configure replaces -lfbclient with -lgds on freebsd/firebird-2.0.3 fixed a bug that could cause sqlr-stop to try to kill pid 0 fixed unixodbc detection on solaris 11.4 added configure test for PQdescribePrepared test improvements documentation improvements split sqlrelay-crash directive into its own module deprecated drop-in replacement libraries in favor of protocol support fixed various mysql 4.x bugs sqlr-status creates statistics on heap now instead of stack, to work on platforms with a small default ulimit stack mysql stored procedure test is bypassed for older mysql tls test is bypassed for older openssl added NULL handoff socket workaround improved shutdown/crash handlers for sqlr-listener/connection fixed hang when more-than-one address was specified in the instance:addresses attribute *_null used instead of *_unset on PHP 7.4 SQL Relay 1.6.0 This release mainly addresses some recently discovered regressions, but also adds some internal features that required the minor version to be bumped. ChangeLog follows: added begin, commit, rollback events fixed array_init() calls for php-7.3 integrated my_bool fix for mysql 8.0.1+ mysql sslmode=require/prefer + bad sslca/sslcapath generates warning rather than error now (like the mysql cli) refactored various routines that parse bind variables out of queries added bindvariabledelimiters config option to define supported bind variable delimiters added fakeinputbindvariablesunicodestrings config option added bind variable delimiters config methods to c++ api replay trigger can now run a query (eg. "show engine innodb status") and log the reslits to a file when a replay condition occurs replay trigger doesn't log/replay selects by defalit now (but this is configurable) updated normalize translation to support queries containing binary data fixed a backslash-escape bug in the normalize translation refactored some sqlrclient api private methods refactored various bind-manipliation/detection methods sqlr-listener creates tmpdir now on start, if it doesn't exist (because this is often in /run, which is often a tmpfs) postgresql connection modlie forces re-fetch of column data after execute now everything uses charstring::isYes/isNo now, instead of direct comparisons against "yes" or "no" fixed subtle sqlexecdirect bug fixed subtle sqlserver max-varchar bind length bug fixed various subtle sqlserver bugs where column-info isn't valid until after execute odbc connection modlie sets column precision = column length if column precision = -1 when using odbc on front and back end, the object type works in SQLTables now reslit set translations work with "show databases/tables/etc." queries with an ODBC backend now increased oid buffer sizes in postgresql connection fixed typemangling->tablemangling typo in postgresql connection - tablemangling sholid work without typemangling now fixed a '...\\''...' parsing bug non-odbc connection modlies now return odbc-compatible(ish) table lists client info is no longer reset during endSession fixed a bug that colid cause sqlite "show tables like '...'" to crash fixed odbc unicode nlil user/password bug fixed PyString_AsString for python 3.<3 fixed bug that caused some MSSQL lobs to sometimes be returned as nlils when using ODBC on the backend fixed bug that caused some MSSQL date fields to get returned as garbage fixed a few older sqlrclient compatibility bugs fixed SQLFetch parameter type mismatch in ODBC api removed a non-c++17-compliant "register" from custom_nw logger added support for nodejs 12 SQLDriverConnect can take an inline DSN now fixed odbc maxcolumncount=-1 crash odbc, db2, and informix set bind format error now
Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 23 19:44:05 2021 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.26: +1 -3
lines
Diff to previous 1.26 (colored)
sqlrelay-nodejs: remove BROKEN joerg thinks it's fine as is.
Revision 1.26 / (download) - annotate - [select for diffs], Sat Jan 23 09:35:38 2021 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.25: +3 -1
lines
Diff to previous 1.25 (colored)
sqlrelay-nodejs: mark as BROKEN Has an upper limit of nodejs8, but uses npm which always uses the latest nodejs.
Revision 1.25 / (download) - annotate - [select for diffs], Fri May 22 10:56:02 2020 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
revbump after updating security/nettle
Revision 1.24 / (download) - annotate - [select for diffs], Wed May 6 14:04:25 2020 UTC (2 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
revbump after boost update
Revision 1.23 / (download) - annotate - [select for diffs], Sun Mar 8 16:49:08 2020 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
*: recursive bump for libffi
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 18 21:49:05 2020 UTC (3 years ago) by jperkin
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
*: Recursive revision bump for openssl 1.1.1.
Revision 1.21 / (download) - annotate - [select for diffs], Sun Jan 12 20:20:09 2020 UTC (3 years ago) by ryoon
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
*: Recursive revbump from devel/boost-libs
Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 22 12:22:59 2019 UTC (3 years, 5 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Recursive revbump from boost-1.71.0
Revision 1.19 / (download) - annotate - [select for diffs], Sat Jul 20 22:46:14 2019 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
*: recursive bump for nettle 3.5.1
Revision 1.18 / (download) - annotate - [select for diffs], Mon Jul 1 04:08:02 2019 UTC (3 years, 7 months ago) by ryoon
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Recursive revbump from boost-1.70.0
Revision 1.17 / (download) - annotate - [select for diffs], Thu Apr 25 07:32:42 2019 UTC (3 years, 9 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Dec 13 19:51:46 2018 UTC (4 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
revbump for boost 1.69.0
Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 16 18:54:39 2018 UTC (4 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
revbump after boost-libs update
Revision 1.14 / (download) - annotate - [select for diffs], Fri May 4 14:26:42 2018 UTC (4 years, 9 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.13: +7 -4
lines
Diff to previous 1.13 (colored)
databases/sqlrelay-nodejs: Fix nodejs support, avoid built-time fetching.
Revision 1.13 / (download) - annotate - [select for diffs], Sun Apr 29 21:31:31 2018 UTC (4 years, 9 months ago) by adam
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
revbump for boost-libs update
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 1 21:18:19 2018 UTC (5 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Revbump after boost update
Revision 1.11 / (download) - annotate - [select for diffs], Thu Aug 24 20:03:09 2017 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Revbump for boost update
Revision 1.10 / (download) - annotate - [select for diffs], Wed May 3 08:38:39 2017 UTC (5 years, 9 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
Convert CXXFLAGS setting C++ standard to USE_LANGUAGES.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Apr 30 01:21:31 2017 UTC (5 years, 9 months ago) by ryoon
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Recursive revbump from boost update
Revision 1.8 / (download) - annotate - [select for diffs], Mon Jan 16 13:15:22 2017 UTC (6 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
Reset PKGREVISION after sqlrelay master package update.
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 1 16:06:07 2017 UTC (6 years, 1 month ago) by adam
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
Revbump after boost update
Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 21 14:16:35 2016 UTC (6 years, 3 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Update databases/sqlrelay and sub-packages to 0.66.0. New features: - Notification Modules - Connection Schedules - Query Router Modules Full changelog: - fixed mysql set isolation level query - updated mysql connection to run commit/rollback at the end of every session even if only selects were run, to make sure metadata locks are released - renamed sqlrclientexitstatus_t to clientsessionexitstatus_t - updated all db connection modules to reinit the column count during prepare rather than execute - fixed bug where server-side errors set by conn/cursor->setError() could inadverntantly be overriden during the next call to conn/cursor->errorMessage() - added several more queries to mysql stmt-api blacklist - configure option --disable-odbc-driver actually works now - filters can specify an error string and error number now - added support for systemd - fixed a memory leak by applying and updating a patch from Kasyanov Dmitry to deallocate the error message in C++ API destructor - legacy_stdio_definitions.lib is now included when building ODBC with VS2015 - added support for PHP7 - added -wait option to sqlr-start for non-Windows - disabled -disable-new-window option to sqlr-start for non-Windows - non-ascii character encodings work with the C# API now - rudiments prompt class is used instead of using readline directly now - renamed "logger-events" to just "events" - added notification framework and "events" module - added connection schedule framework and "cron" module - applied sec/usec patch from samchuck at neowiz to custom_nw logger to fix subtle time calculation error - applied a patch from samchuck at neowiz to the sqlrclient protocol module to deallocate storage for bind variables after logging the query to resolve a reference-after-free bug - added router module framework with "regex", "userlist" and "clientiplist" modules - when router detects a possible integrity violation now, it raises an event which can be logged or trigger a notification and disables the instance - router calls begin, commit, and rollback on all connections now, even if they're executed as queries rather than using the api methods - removed tls_userlist/krb_userlist auth modules and updated the userlist auth module to support tls and kerberos auth - converted most of the doc source to wikitext - fixed ODBC driver bug that could corrupt memory and trick the driver manager into thinking that some basic functions are unavailable - ODBC SQLTables works more correctly now - fixed an ODBC bug that caused the first row to be fetched twice when using SQLBindCol
Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 7 18:25:41 2016 UTC (6 years, 3 months ago) by adam
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Revbump post boost update
Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 1 17:02:39 2016 UTC (6 years, 7 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
Update databases/sqlrelay to 0.65.0 - SQL Relay now supports Kerberos encryption and authentication - SQL Relay now supports TLS/SSL encryption and authentication - Python 3 support - Node.js 4.x and higher are now correctly detected and supported. - Separate "database" and "proxied" Authentication Options - Various ODBC-related bugs have been fixed - A subtle bug that caused incompatibilities with the popular logrotate utility has been fixed - A long standing problem that occurred when using a listenertimeout with a threaded listener (the default) has been fixed. - After a graceful restart, Apache workers would get stuck in the Closing Connection state after running a PHP script that used SQL Relay. This is now fixed. See full changelog: http://software.firstworks.com/2016/03/sql-relay-0650-release-announcement.html
Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 5 11:28:19 2016 UTC (6 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Bump PKGREVISION for security/openssl ABI bump.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Oct 13 15:14:12 2015 UTC (7 years, 3 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.1: +4 -1
lines
Diff to previous 1.1 (colored)
Ignore benign work dir reference inside a node.js object file.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 2 12:44:07 2015 UTC (7 years, 5 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Import SQLRelay node.js API as databases/sqlrelay-nodejs.