summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files/patch-config.mk.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/rudiments: 0.50 -> 0.51Kurt Jaeger2015-06-211-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | databases/sqlrelay: 0.59 -> 0.60 - Both packages are updated together. - Lots of changes in devel/rudiments, see ChangeLog - Fixes in sqlrelay: o fixed true->false transposition in sqlrservercontroller::interceptQuery that could lead to a reLogIn loop o applied George Carrette's patch to fix PDO connectstring options o migrated directory/file paths info into sqlrpaths class o removed undocumented and not-so-relevent-these-days o MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start o fixed java header detection for javac located in /usr/bin o updated java api to support non-null-tolerant implementations of environment::NewStringUTF() o the perl api builds correctly on OSR5 again o the postgresql sslmode is omitted entirely from the connect string now, if it's disabled, to prevent problems with older versions of postgresql that don't support the parameter at all o mono 2.8 or greater is required now o added a datedelimiters attribute to the instance tag in sqlrelay.conf to limit what date delimiters are used when translating dates o re-added mssqlserver detection, which had been accidentally removed o fixed statically-linked build o fixed mysql lob field bug that could cause a crash Notes: svn path=/head/; revision=390199
* databases/sqlrelay: 0.58.1 -> 0.59Kurt Jaeger2015-05-081-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.59 - updated docs, removed some Cygwin-specific info added support for login warnings made bind variable buffers dynamic on the client side added maxbindvars parameter on the server side binding a NULL to an integer works with db2 now moved getting started with DB docs into the cloud added a semaphore to ensure that the listener doesn't hand off the client to the connection until the connection is ready, elimiating a race condition on the handoff socket that could occur if the connection timed out waiting for the listener just after the listener had decided to use that connection oracle temp tables that need to be truncated at the end of the session are truncated with "truncate table xxx" now rather than "delete from xxx" oracle temp tables that need to be dropped at the end of the session are truncated first, rather than the connection re-logging in an ora-14452 error (basically indicating that a temp table can only be dropped after being truncated, or if the current session ends) does not automatically trigger a re-login any more updated cachemanager to use directory::read() directly instead of directory::getChildName(index) added cache and opencache commands to sqlrsh made cache ttl a 64-bit number added enabled="yes"/"no" parameter to logger modules updated odbc connection code to use new/delete and rudiments methods rather than malloc/free and native calls retired Ruby DBI driver fixed command line client crash when using -id "instance" with an instance that uses authtier="database" fixed bugs that could make reexecuted db2 selects fail and cause a database re-login loop tweaked spec file to remove empty directories on uninstall fixed typo that could sometimes cause a listener crash postgresql and mdbtools return error code of 1 rather than 0 for all errors now tweaked odbc driver to work with Oracle Heterogenous Agent (dblinks) fixed bugs related to autocommit with db's that support transaction blocks implemented the ODBC driver-manager dialog for windows updated windows installer to install ODBC registry settings ODBC driver copies references now fixed various bugs in sqlrconfigfile that caused sqlr-start with no -id to crash or behave strangely sometimes refactored build process to use nmake and be compatible with many different versions of MS Visual Studio updated the slow query logger to show the date/time that the query was executed consolidated c, c++ and server source/includes down a few levels implemented column-remapping for get db/table/column commands to enable different formats for mysql, odbc, etc. odbc connection correctly returns database/table lists now added support for maxselectlistsize/maxitembuffersize to MySQL connection updated mysql connection to fetch blob columns in chunks and not be bound by maxitembuffersize fixed a misspelling in sqlrelay.dtd swapped order of init directory detection, looking for /etc/init.d ahead of /etc/rc.d/init.d to resolve conflict with dkms on SuSE Enterprise C# api and tests compile and work under Mono on unix/linux now sqlr-start spawns a new window on Windows now added global temp table tracking for firebird added droptemptables parameter for firebird added globaltemptables parameter for oracle and firebird updated mysql connection to allow mysql_init to allocate a mysql struct on platforms that support mysql_init, rather than using a static struct fixed subtle noon/midnight-related bugs in date/time translation updated mysql connection to get affected rows when not using the statement api updated mysql connection not to use the statement API on windows, for now disabled mysql_change_user, for now fixed blob-input binds on firebird Notes: svn path=/head/; revision=385725
* databases/sqlrelay: 0.56 -> 0.58Kurt Jaeger2014-12-311-2/+11
| | | | | | | | | | | Changes: http://software.firstworks.com/2014/10/sql-relay-057-is-out.html http://software.firstworks.com/2014/12/sql-relay-058-is-out.html PR: 196366 Notes: svn path=/head/; revision=375880
* Remove some unneeded patches and other bits so USES=autoreconf can beTijl Coosemans2014-10-031-9/+0
| | | | | | | | | removed (avoids a problem with upcoming devel/libtool update) PR: 194068 Notes: svn path=/head/; revision=369885
* databases/sqlrelay: 0.53.1 -> 0.56, unbreak, take maintainershipKurt Jaeger2014-09-221-1/+1
| | | | | | | | | | | - Long list of changes since 0.53.1, see ChangeLog - unbreak - many of the options need to be tested and fine-tuned PR: 193846 Notes: svn path=/head/; revision=368996
* - Update devel/rudiments to 0.43 [1]Pawel Pekala2013-10-281-6/+6
| | | | | | | | | | | | | | | | | | - Add support for STAGEDIR [1] - Update databases/sqlrelay to 0.52 (fixes build with new devel/rudiments) - Remove leading article from COMMENT - Add support for STAGEDIR - Remove GTK1 option - no longer available feature - Rename INTERBASE option to FIREBIRD (globally defined) - Rename SQLITE2 to SQLITE3 as dependency changed to databases/sqlite3 - Use options substitutions, sort plist PR: ports/181880 [1] Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=331904
* - Fix build on 4.11Sergey Matveychuk2005-05-211-1/+1
| | | | | | | | Reported by: kris via pointyhat Approved by: demon (maintainer) Notes: svn path=/head/; revision=135743
* Update to version 0.36.1.Dmitry Sivachenko2005-05-091-3/+12
| | | | Notes: svn path=/head/; revision=134916
* Update to version 0.34.3. Merger some changes from the PR.Dmitry Sivachenko2004-05-281-11/+4
| | | | | | | | PR: 66646 Submitted by: Thierry Thomas <thierry@pompo.net> Notes: svn path=/head/; revision=110182
* Update to version 0.34.2.Dmitry Sivachenko2004-05-261-5/+5
| | | | | | | | | | | | Remove BROKEN for 5.X. Leave BROKEN for 4.X since I didn't test there, but I hope it should work. More testing is needed. I switched off all DB variants support but MySQL due to the lack of tests. Comments welcome. Notes: svn path=/head/; revision=110063
* Remove a no longer needed hunk which breaks the build without FreeTDS.Akinori MUSHA2002-02-241-9/+0
| | | | Notes: svn path=/head/; revision=55194
* Update SQLRelay to 0.30.Akinori MUSHA2002-02-231-12/+5
| | | | Notes: svn path=/head/; revision=55141
* It seems the updated FreeTDS' libct is not linked with libgiconv, soAkinori MUSHA2002-01-111-2/+11
| | | | | | | manually add here to unbreak the build. Notes: svn path=/head/; revision=52926
* Add sqlrelay, a persistent DB connection pooling/proxying/loadAkinori MUSHA2001-07-061-0/+25
balancing system, along with the interfaces for Java, Perl5, PHP, Python and Ruby. Notes: svn path=/head/; revision=44822