pkgsrc/databases/sqlrelay/PLIST
fhajny c201ed9569 Update databases/sqlrelay to 1.0.0.
sqlrelay 1.0.0
- updated md5 pwdenc to use rudiments md5 class
- solved a long-standing hang that could occur if the database password
  expired while sqlrelay was running, and the sqlr-scaler attempted to
  start new connections
- added convertcase, convertcasedoublequotes, and removedoublequotes
  parameters to normalize translation module
- added ColumnCaseName parameter to ODBC driver
- fixed a subtle bug in the ODBC driver that caused the first row to be
  skipped if columns were not bound
- added -backtrace option for debugging
- fixed mysql connection module so it can use the statement API on
  Windows
- fixed semaphore reference-before-init bug in sqlrservercontroller
- added support for db, debug, columnnamecase, dontgetcolumninfo,
  nullsasnulls, and lazyconnect connect-string options to all drivers
  (though in some they are camel-case and others lower-case)
- in DB-abstraction-layer drivers, the debug, dontgetcolumninfo,
  nullsasnulls, lazyconnect, krb, and tls connect-string options now
  support any yes/no equivalent such as yes, Yes, y, Y, true, True, 1,
  (and similar for no)
- fixed a regression that could cause crashes in the C#/ADO driver when
  binding null or date values
- added all parameters to ODBC config screen
- removed calls to mysql_stmt_store_result/mysql_stmt_num_rows from
  mysql connection to improve performance. mysql connection doesn't know
  the total number of rows prior to full fetch now (which is consistent
  with most other databases).
- updated postgresql connection to use an unnamed cursor instead of
  naming it and having to deallocate it over an over
- tweaked skipWhitespaceAndComments and related methods to use
  charstring::isNullOrEmpty and character::isWhitespace
- replaced regular expression comparisons in sap/freetds connections
  with simpler charstring comparisons
- updated db2 connection to reuse the statement instead of recreating it
  with each prepare
- made column-lookup by name case sensitive to improve performance
- fixed nagle-disable and sizing of socket read/write buffers
- changed default maxcursors to 5
- fixed an uninitialized variable in the firebird connection
- python api's are installed in dist-packages subdirectory on systems
  that have that instead of site-packages
- added route-entire-session option to router modules

sqlrelay 0.67.0
- general documenation clean-up
- added missing all: target to man/Makefile
- mysql_info in drop-in library for mysql returns NULL instead of "" now
- mysql_errno in the drop-in library now returns the error number from
  the DB, instead of CR_UNKNOWN_ERROR, if no error map is provided, and
  the backend database is known to be mysql
- mysql_refresh in the drop-in library works with options other than
  REFRESH_GRANT now
- mysql_shutdown/kill in the drop-in library return 1 on failure now
  rather than 2000
- date/time and timestamp types are recognized as binary types now
- year/timestamp types are recognized as unsigned types now
- TINY/MEDIUM/LONG_TEXT types are recognized as blobs now
- mapping date/time to MYSQL_TYPE_DATE/TIME, rather than
  MYSQL_TYPE_DATETIME is the default in the drop-in library now and
  SQLR_MAP_DATETIME_TO_DATE has been removed
- mysql drop-in library sets column flags correctly now
- mysql drop-in library runs appropriate kill/shutdown queries now
- mysql connection uses non-stmt api for "show *" queries now
- mysql drop-in library runs "show processlist" for mysql_list_processes
- mysql drop-in library supports date/time/datetime input binds now
  instead of just treating them all as datetimes
- connection modules differentiate between date/time/datetime binds now
  instead of just treating them all as datetimes
- added result set row translation module framework
- updated firebird connection module to the fieldstruct.textbuffer
  instead of fieldbuffer for non-text to text translations
- added support for negative times in mysql connection module and
  drop-in library
- added translation-failure event
- general refactoring of server module API
- consolidated sqlr-scaler code
- fixed a 1-byte empty-blob memory leak in the client
- /etc/alternatives/java_sdk is preferred, if found, now
2017-01-16 13:13:13 +00:00

744 lines
37 KiB
Text

@comment $NetBSD: PLIST,v 1.19 2017/01/16 13:13:13 fhajny Exp $
bin/sqlr-cachemanager
bin/sqlr-connection
bin/sqlr-export
bin/sqlr-import
bin/sqlr-listener
bin/sqlr-pwdenc
bin/sqlr-scaler
bin/sqlr-start
bin/sqlr-status
bin/sqlr-stop
bin/sqlrclient-config
bin/sqlrclientwrapper-config
bin/sqlrserver-config
bin/sqlrsh
include/sqlrelay/private/sqlrauth.h
include/sqlrelay/private/sqlrauths.h
include/sqlrelay/private/sqlrclientincludes.h
include/sqlrelay/private/sqlrclientwrapper.h
include/sqlrelay/private/sqlrclientwrapperincludes.h
include/sqlrelay/private/sqlrconnection.h
include/sqlrelay/private/sqlrcursor.h
include/sqlrelay/private/sqlrfilter.h
include/sqlrelay/private/sqlrfilters.h
include/sqlrelay/private/sqlrgsscredentials.h
include/sqlrelay/private/sqlrlistener.h
include/sqlrelay/private/sqlrlogger.h
include/sqlrelay/private/sqlrloggers.h
include/sqlrelay/private/sqlrnotification.h
include/sqlrelay/private/sqlrnotifications.h
include/sqlrelay/private/sqlrparser.h
include/sqlrelay/private/sqlrprotocol.h
include/sqlrelay/private/sqlrprotocols.h
include/sqlrelay/private/sqlrpwdenc.h
include/sqlrelay/private/sqlrpwdencs.h
include/sqlrelay/private/sqlrqueries.h
include/sqlrelay/private/sqlrquery.h
include/sqlrelay/private/sqlrquerycursor.h
include/sqlrelay/private/sqlrresultsetrowtranslation.h
include/sqlrelay/private/sqlrresultsetrowtranslations.h
include/sqlrelay/private/sqlrresultsettranslation.h
include/sqlrelay/private/sqlrresultsettranslations.h
include/sqlrelay/private/sqlrrouter.h
include/sqlrelay/private/sqlrrouters.h
include/sqlrelay/private/sqlrschedule.h
include/sqlrelay/private/sqlrschedulerule.h
include/sqlrelay/private/sqlrschedules.h
include/sqlrelay/private/sqlrserverconnection.h
include/sqlrelay/private/sqlrservercontroller.h
include/sqlrelay/private/sqlrservercursor.h
include/sqlrelay/private/sqlrserverincludes.h
include/sqlrelay/private/sqlrshm.h
include/sqlrelay/private/sqlrtlscredentials.h
include/sqlrelay/private/sqlrtranslation.h
include/sqlrelay/private/sqlrtranslations.h
include/sqlrelay/private/sqlrtrigger.h
include/sqlrelay/private/sqlrtriggers.h
include/sqlrelay/private/sqlruserpasswordcredentials.h
include/sqlrelay/private/sqlrutilincludes.h
include/sqlrelay/sqlrclient.h
include/sqlrelay/sqlrclientwrapper.h
include/sqlrelay/sqlrserver.h
include/sqlrelay/sqlrutil.h
lib/libmysql3sqlrelay.so
lib/libmysql3sqlrelay.so.4
lib/libmysql3sqlrelay.so.4.0.0
lib/libmysql40sqlrelay.so
lib/libmysql40sqlrelay.so.4
lib/libmysql40sqlrelay.so.4.0.0
lib/libmysql41sqlrelay.so
lib/libmysql41sqlrelay.so.4
lib/libmysql41sqlrelay.so.4.0.0
lib/libmysql50sqlrelay.so
lib/libmysql50sqlrelay.so.4
lib/libmysql50sqlrelay.so.4.0.0
lib/libmysql51sqlrelay.so
lib/libmysql51sqlrelay.so.4
lib/libmysql51sqlrelay.so.4.0.0
lib/libpqsqlrelay.so
lib/libpqsqlrelay.so.4
lib/libpqsqlrelay.so.4.0.0
lib/libsqlrclient.la
lib/libsqlrclientwrapper.la
lib/libsqlrserver.la
lib/libsqlrutil.la
lib/pkgconfig/sqlrelay-c++.pc
lib/pkgconfig/sqlrelay-c.pc
libexec/sqlrelay/sqlrauth_database.${SOEXT}
libexec/sqlrelay/sqlrauth_proxied.${SOEXT}
libexec/sqlrelay/sqlrauth_sqlrelay.${SOEXT}
libexec/sqlrelay/sqlrauth_userlist.${SOEXT}
libexec/sqlrelay/sqlrconfig_xmldom.${SOEXT}
libexec/sqlrelay/sqlrconnection_router.${SOEXT}
libexec/sqlrelay/sqlrfilter_patterns.${SOEXT}
libexec/sqlrelay/sqlrfilter_regex.${SOEXT}
libexec/sqlrelay/sqlrfilter_string.${SOEXT}
libexec/sqlrelay/sqlrlogger_custom_nw.${SOEXT}
libexec/sqlrelay/sqlrlogger_custom_sc.${SOEXT}
libexec/sqlrelay/sqlrlogger_debug.${SOEXT}
libexec/sqlrelay/sqlrlogger_slowqueries.${SOEXT}
libexec/sqlrelay/sqlrnotification_events.${SOEXT}
libexec/sqlrelay/sqlrparser_default.${SOEXT}
libexec/sqlrelay/sqlrprotocol_sqlrclient.${SOEXT}
libexec/sqlrelay/sqlrpwdenc_crypt.${SOEXT}
libexec/sqlrelay/sqlrpwdenc_md5.${SOEXT}
libexec/sqlrelay/sqlrpwdenc_rot.${SOEXT}
libexec/sqlrelay/sqlrquery_sqlrcmdcstat.${SOEXT}
libexec/sqlrelay/sqlrquery_sqlrcmdgstat.${SOEXT}
libexec/sqlrelay/sqlrresultsettranslation_reformatdatetime.${SOEXT}
libexec/sqlrelay/sqlrresultsettranslation_test.${SOEXT}
libexec/sqlrelay/sqlrrouter_clientiplist.${SOEXT}
libexec/sqlrelay/sqlrrouter_regex.${SOEXT}
libexec/sqlrelay/sqlrrouter_userlist.${SOEXT}
libexec/sqlrelay/sqlrschedule_cron_userlist.${SOEXT}
libexec/sqlrelay/sqlrtranslation_normalize.${SOEXT}
man/man1/sqlr-export.1
man/man1/sqlr-import.1
man/man1/sqlrsh.1
man/man8/sqlr-cachemanager.8
man/man8/sqlr-connection.8
man/man8/sqlr-listener.8
man/man8/sqlr-pwdenc.8
man/man8/sqlr-scaler.8
man/man8/sqlr-start.8
man/man8/sqlr-status.8
man/man8/sqlr-stop.8
share/doc/sqlrelay/admin/configguide.html
share/doc/sqlrelay/admin/configreference.html
share/doc/sqlrelay/admin/installing.html
share/doc/sqlrelay/admin/oraclentier.html
share/doc/sqlrelay/admin/prerequisites.html
share/doc/sqlrelay/admin/running.html
share/doc/sqlrelay/admin/sqlr-connection-oracletest-querylog.2899.html
share/doc/sqlrelay/admin/sqlr-connection.1871.html
share/doc/sqlrelay/admin/sqlr-listener.1869.html
share/doc/sqlrelay/admin/sqlr-listener.1886.html
share/doc/sqlrelay/admin/tuning.html
share/doc/sqlrelay/api/ado.net/html/annotated.html
share/doc/sqlrelay/api/ado.net/html/arrowdown.png
share/doc/sqlrelay/api/ado.net/html/arrowright.png
share/doc/sqlrelay/api/ado.net/html/bc_s.png
share/doc/sqlrelay/api/ado.net/html/bdwn.png
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_command-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_command.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_connection-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_connection.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_data_adapter-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_data_adapter.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_data_reader-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_data_reader.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_exception-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_exception.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_parameter-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_parameter.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_parameter_collection-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_parameter_collection.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_row_updated_event_args-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_row_updated_event_args.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_row_updating_event_args-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_row_updating_event_args.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_transaction-members.html
share/doc/sqlrelay/api/ado.net/html/class_s_q_l_r_client_1_1_s_q_l_relay_transaction.html
share/doc/sqlrelay/api/ado.net/html/classes.html
share/doc/sqlrelay/api/ado.net/html/closed.png
share/doc/sqlrelay/api/ado.net/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
share/doc/sqlrelay/api/ado.net/html/dir_c80a175e0fe38d5268efa0e9cdea41f9.html
share/doc/sqlrelay/api/ado.net/html/dir_da61e3e9a357748887e3ca8d7c5a0c16.html
share/doc/sqlrelay/api/ado.net/html/dir_dc5893416c2ccfb32b121666cb6e0b59.html
share/doc/sqlrelay/api/ado.net/html/doc.png
share/doc/sqlrelay/api/ado.net/html/doxygen.css
share/doc/sqlrelay/api/ado.net/html/doxygen.png
share/doc/sqlrelay/api/ado.net/html/dynsections.js
share/doc/sqlrelay/api/ado.net/html/folderclosed.png
share/doc/sqlrelay/api/ado.net/html/folderopen.png
share/doc/sqlrelay/api/ado.net/html/ftv2blank.png
share/doc/sqlrelay/api/ado.net/html/ftv2cl.png
share/doc/sqlrelay/api/ado.net/html/ftv2doc.png
share/doc/sqlrelay/api/ado.net/html/ftv2folderclosed.png
share/doc/sqlrelay/api/ado.net/html/ftv2folderopen.png
share/doc/sqlrelay/api/ado.net/html/ftv2lastnode.png
share/doc/sqlrelay/api/ado.net/html/ftv2link.png
share/doc/sqlrelay/api/ado.net/html/ftv2mlastnode.png
share/doc/sqlrelay/api/ado.net/html/ftv2mnode.png
share/doc/sqlrelay/api/ado.net/html/ftv2mo.png
share/doc/sqlrelay/api/ado.net/html/ftv2node.png
share/doc/sqlrelay/api/ado.net/html/ftv2ns.png
share/doc/sqlrelay/api/ado.net/html/ftv2plastnode.png
share/doc/sqlrelay/api/ado.net/html/ftv2pnode.png
share/doc/sqlrelay/api/ado.net/html/ftv2splitbar.png
share/doc/sqlrelay/api/ado.net/html/ftv2vertline.png
share/doc/sqlrelay/api/ado.net/html/functions.html
share/doc/sqlrelay/api/ado.net/html/functions_func.html
share/doc/sqlrelay/api/ado.net/html/functions_prop.html
share/doc/sqlrelay/api/ado.net/html/hierarchy.html
share/doc/sqlrelay/api/ado.net/html/index.html
share/doc/sqlrelay/api/ado.net/html/jquery.js
share/doc/sqlrelay/api/ado.net/html/namespace_s_q_l_r_client.html
share/doc/sqlrelay/api/ado.net/html/nav_f.png
share/doc/sqlrelay/api/ado.net/html/nav_g.png
share/doc/sqlrelay/api/ado.net/html/nav_h.png
share/doc/sqlrelay/api/ado.net/html/open.png
share/doc/sqlrelay/api/ado.net/html/splitbar.png
share/doc/sqlrelay/api/ado.net/html/sync_off.png
share/doc/sqlrelay/api/ado.net/html/sync_on.png
share/doc/sqlrelay/api/ado.net/html/tab_a.png
share/doc/sqlrelay/api/ado.net/html/tab_b.png
share/doc/sqlrelay/api/ado.net/html/tab_h.png
share/doc/sqlrelay/api/ado.net/html/tab_s.png
share/doc/sqlrelay/api/ado.net/html/tabs.css
share/doc/sqlrelay/api/c++/html/annotated.html
share/doc/sqlrelay/api/c++/html/arrowdown.png
share/doc/sqlrelay/api/c++/html/arrowright.png
share/doc/sqlrelay/api/c++/html/bc_s.png
share/doc/sqlrelay/api/c++/html/bdwn.png
share/doc/sqlrelay/api/c++/html/classes.html
share/doc/sqlrelay/api/c++/html/classsqlrconnection-members.html
share/doc/sqlrelay/api/c++/html/classsqlrconnection.html
share/doc/sqlrelay/api/c++/html/classsqlrcursor-members.html
share/doc/sqlrelay/api/c++/html/classsqlrcursor.html
share/doc/sqlrelay/api/c++/html/closed.png
share/doc/sqlrelay/api/c++/html/dir_02092e011f41b1efe6b3468ebe92cde9.html
share/doc/sqlrelay/api/c++/html/dir_0912e6c65b091fa41da70873249342a4.html
share/doc/sqlrelay/api/c++/html/dir_440cbb352fefbdb83d89768c287ae784.html
share/doc/sqlrelay/api/c++/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
share/doc/sqlrelay/api/c++/html/dir_da61e3e9a357748887e3ca8d7c5a0c16.html
share/doc/sqlrelay/api/c++/html/dir_df9c11e719b8a1decaf23932e3bc215f.html
share/doc/sqlrelay/api/c++/html/doc.png
share/doc/sqlrelay/api/c++/html/doxygen.css
share/doc/sqlrelay/api/c++/html/doxygen.png
share/doc/sqlrelay/api/c++/html/dynsections.js
share/doc/sqlrelay/api/c++/html/files.html
share/doc/sqlrelay/api/c++/html/folderclosed.png
share/doc/sqlrelay/api/c++/html/folderopen.png
share/doc/sqlrelay/api/c++/html/ftv2blank.png
share/doc/sqlrelay/api/c++/html/ftv2cl.png
share/doc/sqlrelay/api/c++/html/ftv2doc.png
share/doc/sqlrelay/api/c++/html/ftv2folderclosed.png
share/doc/sqlrelay/api/c++/html/ftv2folderopen.png
share/doc/sqlrelay/api/c++/html/ftv2lastnode.png
share/doc/sqlrelay/api/c++/html/ftv2link.png
share/doc/sqlrelay/api/c++/html/ftv2mlastnode.png
share/doc/sqlrelay/api/c++/html/ftv2mnode.png
share/doc/sqlrelay/api/c++/html/ftv2mo.png
share/doc/sqlrelay/api/c++/html/ftv2node.png
share/doc/sqlrelay/api/c++/html/ftv2ns.png
share/doc/sqlrelay/api/c++/html/ftv2plastnode.png
share/doc/sqlrelay/api/c++/html/ftv2pnode.png
share/doc/sqlrelay/api/c++/html/ftv2splitbar.png
share/doc/sqlrelay/api/c++/html/ftv2vertline.png
share/doc/sqlrelay/api/c++/html/functions.html
share/doc/sqlrelay/api/c++/html/functions_func.html
share/doc/sqlrelay/api/c++/html/index.html
share/doc/sqlrelay/api/c++/html/jquery.js
share/doc/sqlrelay/api/c++/html/nav_f.png
share/doc/sqlrelay/api/c++/html/nav_g.png
share/doc/sqlrelay/api/c++/html/nav_h.png
share/doc/sqlrelay/api/c++/html/open.png
share/doc/sqlrelay/api/c++/html/splitbar.png
share/doc/sqlrelay/api/c++/html/sqlrclient_8h_source.html
share/doc/sqlrelay/api/c++/html/sync_off.png
share/doc/sqlrelay/api/c++/html/sync_on.png
share/doc/sqlrelay/api/c++/html/tab_a.png
share/doc/sqlrelay/api/c++/html/tab_b.png
share/doc/sqlrelay/api/c++/html/tab_h.png
share/doc/sqlrelay/api/c++/html/tab_s.png
share/doc/sqlrelay/api/c++/html/tabs.css
share/doc/sqlrelay/api/c/html/arrowdown.png
share/doc/sqlrelay/api/c/html/arrowright.png
share/doc/sqlrelay/api/c/html/bc_s.png
share/doc/sqlrelay/api/c/html/bdwn.png
share/doc/sqlrelay/api/c/html/closed.png
share/doc/sqlrelay/api/c/html/dir_364b2640bd7349a10e593fb505dc3717.html
share/doc/sqlrelay/api/c/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
share/doc/sqlrelay/api/c/html/dir_759bf2703135d3cee912a827a7fe4121.html
share/doc/sqlrelay/api/c/html/dir_7bb915b94a9886845d4043db4913a3c0.html
share/doc/sqlrelay/api/c/html/dir_b9c8ab2e387146131f9b9e79af70de42.html
share/doc/sqlrelay/api/c/html/dir_da61e3e9a357748887e3ca8d7c5a0c16.html
share/doc/sqlrelay/api/c/html/dir_e8d73255ec7feed8fb64227e7a4ab864.html
share/doc/sqlrelay/api/c/html/dir_faf22fd1ab495b8361a309ea8c224c7c.html
share/doc/sqlrelay/api/c/html/doc.png
share/doc/sqlrelay/api/c/html/doxygen.css
share/doc/sqlrelay/api/c/html/doxygen.png
share/doc/sqlrelay/api/c/html/dynsections.js
share/doc/sqlrelay/api/c/html/files.html
share/doc/sqlrelay/api/c/html/folderclosed.png
share/doc/sqlrelay/api/c/html/folderopen.png
share/doc/sqlrelay/api/c/html/ftv2blank.png
share/doc/sqlrelay/api/c/html/ftv2cl.png
share/doc/sqlrelay/api/c/html/ftv2doc.png
share/doc/sqlrelay/api/c/html/ftv2folderclosed.png
share/doc/sqlrelay/api/c/html/ftv2folderopen.png
share/doc/sqlrelay/api/c/html/ftv2lastnode.png
share/doc/sqlrelay/api/c/html/ftv2link.png
share/doc/sqlrelay/api/c/html/ftv2mlastnode.png
share/doc/sqlrelay/api/c/html/ftv2mnode.png
share/doc/sqlrelay/api/c/html/ftv2mo.png
share/doc/sqlrelay/api/c/html/ftv2node.png
share/doc/sqlrelay/api/c/html/ftv2ns.png
share/doc/sqlrelay/api/c/html/ftv2plastnode.png
share/doc/sqlrelay/api/c/html/ftv2pnode.png
share/doc/sqlrelay/api/c/html/ftv2splitbar.png
share/doc/sqlrelay/api/c/html/ftv2vertline.png
share/doc/sqlrelay/api/c/html/group__sqlrclientwrapper.html
share/doc/sqlrelay/api/c/html/index.html
share/doc/sqlrelay/api/c/html/jquery.js
share/doc/sqlrelay/api/c/html/modules.html
share/doc/sqlrelay/api/c/html/nav_f.png
share/doc/sqlrelay/api/c/html/nav_g.png
share/doc/sqlrelay/api/c/html/nav_h.png
share/doc/sqlrelay/api/c/html/open.png
share/doc/sqlrelay/api/c/html/private_2sqlrclientwrapper_8h_source.html
share/doc/sqlrelay/api/c/html/splitbar.png
share/doc/sqlrelay/api/c/html/sqlrclientwrapper_8h_source.html
share/doc/sqlrelay/api/c/html/sqlrclientwrapperincludes_8h_source.html
share/doc/sqlrelay/api/c/html/sync_off.png
share/doc/sqlrelay/api/c/html/sync_on.png
share/doc/sqlrelay/api/c/html/tab_a.png
share/doc/sqlrelay/api/c/html/tab_b.png
share/doc/sqlrelay/api/c/html/tab_h.png
share/doc/sqlrelay/api/c/html/tab_s.png
share/doc/sqlrelay/api/c/html/tabs.css
share/doc/sqlrelay/api/c/html/wrapperdll_8h_source.html
share/doc/sqlrelay/api/cs/html/annotated.html
share/doc/sqlrelay/api/cs/html/arrowdown.png
share/doc/sqlrelay/api/cs/html/arrowright.png
share/doc/sqlrelay/api/cs/html/bc_s.png
share/doc/sqlrelay/api/cs/html/bdwn.png
share/doc/sqlrelay/api/cs/html/class_s_q_l_r_client_1_1_s_q_l_r_connection-members.html
share/doc/sqlrelay/api/cs/html/class_s_q_l_r_client_1_1_s_q_l_r_connection.html
share/doc/sqlrelay/api/cs/html/class_s_q_l_r_client_1_1_s_q_l_r_cursor-members.html
share/doc/sqlrelay/api/cs/html/class_s_q_l_r_client_1_1_s_q_l_r_cursor.html
share/doc/sqlrelay/api/cs/html/classes.html
share/doc/sqlrelay/api/cs/html/closed.png
share/doc/sqlrelay/api/cs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
share/doc/sqlrelay/api/cs/html/dir_c80a175e0fe38d5268efa0e9cdea41f9.html
share/doc/sqlrelay/api/cs/html/dir_da61e3e9a357748887e3ca8d7c5a0c16.html
share/doc/sqlrelay/api/cs/html/dir_dc5893416c2ccfb32b121666cb6e0b59.html
share/doc/sqlrelay/api/cs/html/doc.png
share/doc/sqlrelay/api/cs/html/doxygen.css
share/doc/sqlrelay/api/cs/html/doxygen.png
share/doc/sqlrelay/api/cs/html/dynsections.js
share/doc/sqlrelay/api/cs/html/folderclosed.png
share/doc/sqlrelay/api/cs/html/folderopen.png
share/doc/sqlrelay/api/cs/html/ftv2blank.png
share/doc/sqlrelay/api/cs/html/ftv2cl.png
share/doc/sqlrelay/api/cs/html/ftv2doc.png
share/doc/sqlrelay/api/cs/html/ftv2folderclosed.png
share/doc/sqlrelay/api/cs/html/ftv2folderopen.png
share/doc/sqlrelay/api/cs/html/ftv2lastnode.png
share/doc/sqlrelay/api/cs/html/ftv2link.png
share/doc/sqlrelay/api/cs/html/ftv2mlastnode.png
share/doc/sqlrelay/api/cs/html/ftv2mnode.png
share/doc/sqlrelay/api/cs/html/ftv2mo.png
share/doc/sqlrelay/api/cs/html/ftv2node.png
share/doc/sqlrelay/api/cs/html/ftv2ns.png
share/doc/sqlrelay/api/cs/html/ftv2plastnode.png
share/doc/sqlrelay/api/cs/html/ftv2pnode.png
share/doc/sqlrelay/api/cs/html/ftv2splitbar.png
share/doc/sqlrelay/api/cs/html/ftv2vertline.png
share/doc/sqlrelay/api/cs/html/functions.html
share/doc/sqlrelay/api/cs/html/functions_func.html
share/doc/sqlrelay/api/cs/html/hierarchy.html
share/doc/sqlrelay/api/cs/html/index.html
share/doc/sqlrelay/api/cs/html/jquery.js
share/doc/sqlrelay/api/cs/html/namespace_s_q_l_r_client.html
share/doc/sqlrelay/api/cs/html/nav_f.png
share/doc/sqlrelay/api/cs/html/nav_g.png
share/doc/sqlrelay/api/cs/html/nav_h.png
share/doc/sqlrelay/api/cs/html/open.png
share/doc/sqlrelay/api/cs/html/splitbar.png
share/doc/sqlrelay/api/cs/html/sync_off.png
share/doc/sqlrelay/api/cs/html/sync_on.png
share/doc/sqlrelay/api/cs/html/tab_a.png
share/doc/sqlrelay/api/cs/html/tab_b.png
share/doc/sqlrelay/api/cs/html/tab_h.png
share/doc/sqlrelay/api/cs/html/tab_s.png
share/doc/sqlrelay/api/cs/html/tabs.css
share/doc/sqlrelay/api/java/allclasses-frame.html
share/doc/sqlrelay/api/java/allclasses-noframe.html
share/doc/sqlrelay/api/java/com/firstworks/sqlrelay/SQLRConnection.html
share/doc/sqlrelay/api/java/com/firstworks/sqlrelay/SQLRCursor.html
share/doc/sqlrelay/api/java/com/firstworks/sqlrelay/package-frame.html
share/doc/sqlrelay/api/java/com/firstworks/sqlrelay/package-summary.html
share/doc/sqlrelay/api/java/com/firstworks/sqlrelay/package-tree.html
share/doc/sqlrelay/api/java/constant-values.html
share/doc/sqlrelay/api/java/deprecated-list.html
share/doc/sqlrelay/api/java/help-doc.html
share/doc/sqlrelay/api/java/index-all.html
share/doc/sqlrelay/api/java/index.html
share/doc/sqlrelay/api/java/overview-tree.html
share/doc/sqlrelay/api/java/package-list
share/doc/sqlrelay/api/java/resources/background.gif
share/doc/sqlrelay/api/java/resources/inherit.gif
share/doc/sqlrelay/api/java/resources/tab.gif
share/doc/sqlrelay/api/java/resources/titlebar.gif
share/doc/sqlrelay/api/java/resources/titlebar_end.gif
share/doc/sqlrelay/api/java/stylesheet.css
share/doc/sqlrelay/api/nodejs/html/annotated.html
share/doc/sqlrelay/api/nodejs/html/arrowdown.png
share/doc/sqlrelay/api/nodejs/html/arrowright.png
share/doc/sqlrelay/api/nodejs/html/bc_s.png
share/doc/sqlrelay/api/nodejs/html/bdwn.png
share/doc/sqlrelay/api/nodejs/html/class_s_q_l_r_connection-members.html
share/doc/sqlrelay/api/nodejs/html/class_s_q_l_r_connection.html
share/doc/sqlrelay/api/nodejs/html/class_s_q_l_r_cursor-members.html
share/doc/sqlrelay/api/nodejs/html/class_s_q_l_r_cursor.html
share/doc/sqlrelay/api/nodejs/html/classes.html
share/doc/sqlrelay/api/nodejs/html/closed.png
share/doc/sqlrelay/api/nodejs/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
share/doc/sqlrelay/api/nodejs/html/dir_da61e3e9a357748887e3ca8d7c5a0c16.html
share/doc/sqlrelay/api/nodejs/html/dir_e0347da986b64b83ab9fe56dd33df350.html
share/doc/sqlrelay/api/nodejs/html/doc.png
share/doc/sqlrelay/api/nodejs/html/doxygen.css
share/doc/sqlrelay/api/nodejs/html/doxygen.png
share/doc/sqlrelay/api/nodejs/html/dynsections.js
share/doc/sqlrelay/api/nodejs/html/folderclosed.png
share/doc/sqlrelay/api/nodejs/html/folderopen.png
share/doc/sqlrelay/api/nodejs/html/functions.html
share/doc/sqlrelay/api/nodejs/html/functions_func.html
share/doc/sqlrelay/api/nodejs/html/index.html
share/doc/sqlrelay/api/nodejs/html/jquery.js
share/doc/sqlrelay/api/nodejs/html/nav_f.png
share/doc/sqlrelay/api/nodejs/html/nav_g.png
share/doc/sqlrelay/api/nodejs/html/nav_h.png
share/doc/sqlrelay/api/nodejs/html/open.png
share/doc/sqlrelay/api/nodejs/html/splitbar.png
share/doc/sqlrelay/api/nodejs/html/sqlrelay_8doc_8h_source.html
share/doc/sqlrelay/api/nodejs/html/sync_off.png
share/doc/sqlrelay/api/nodejs/html/sync_on.png
share/doc/sqlrelay/api/nodejs/html/tab_a.png
share/doc/sqlrelay/api/nodejs/html/tab_b.png
share/doc/sqlrelay/api/nodejs/html/tab_h.png
share/doc/sqlrelay/api/nodejs/html/tab_s.png
share/doc/sqlrelay/api/nodejs/html/tabs.css
share/doc/sqlrelay/api/perl/Connection.html
share/doc/sqlrelay/api/perl/Cursor.html
share/doc/sqlrelay/api/perl/SQLRelay.html
share/doc/sqlrelay/api/perl/perl.html
share/doc/sqlrelay/api/php/blank.html
share/doc/sqlrelay/api/php/classtrees_default.html
share/doc/sqlrelay/api/php/classtrees_sql_relay.html
share/doc/sqlrelay/api/php/elementindex.html
share/doc/sqlrelay/api/php/elementindex_default.html
share/doc/sqlrelay/api/php/elementindex_sql_relay.html
share/doc/sqlrelay/api/php/errors.html
share/doc/sqlrelay/api/php/index.html
share/doc/sqlrelay/api/php/li_default.html
share/doc/sqlrelay/api/php/li_sql_relay.html
share/doc/sqlrelay/api/php/media/banner.css
share/doc/sqlrelay/api/php/media/stylesheet.css
share/doc/sqlrelay/api/php/packages.html
share/doc/sqlrelay/api/php/sql_relay/_sql_relay.doc.php.html
share/doc/sqlrelay/api/python/PySQLRClient.py.html
share/doc/sqlrelay/api/python/PySQLRDB.py.html
share/doc/sqlrelay/api/ruby/doc/SQLRConnection.html
share/doc/sqlrelay/api/ruby/doc/SQLRCursor.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000084.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000085.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000086.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000087.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000088.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000089.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000090.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000091.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000092.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000093.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000094.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000095.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000096.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000097.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000098.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000099.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000100.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000101.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000102.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000103.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000104.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000105.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000106.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000107.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000108.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000109.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000110.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000111.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000112.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000113.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000114.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRConnection.src/M000115.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000001.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000002.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000003.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000004.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000005.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000006.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000007.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000008.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000009.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000010.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000011.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000012.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000013.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000014.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000015.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000016.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000017.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000018.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000019.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000020.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000021.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000022.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000023.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000024.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000025.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000026.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000027.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000028.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000029.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000030.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000031.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000032.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000033.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000034.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000035.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000036.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000037.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000038.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000039.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000040.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000041.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000042.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000043.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000044.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000045.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000046.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000047.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000048.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000049.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000050.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000051.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000052.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000053.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000054.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000055.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000056.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000057.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000058.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000059.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000060.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000061.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000062.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000063.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000064.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000065.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000066.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000067.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000068.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000069.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000070.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000071.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000072.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000073.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000074.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000075.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000076.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000077.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000078.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000079.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000080.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000081.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000082.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000083.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000084.html
share/doc/sqlrelay/api/ruby/doc/classes/SQLRCursor.src/M000085.html
share/doc/sqlrelay/api/ruby/doc/files/sqlrelay_cpp.html
share/doc/sqlrelay/api/ruby/doc/fr_class_index.html
share/doc/sqlrelay/api/ruby/doc/fr_file_index.html
share/doc/sqlrelay/api/ruby/doc/fr_method_index.html
share/doc/sqlrelay/api/ruby/doc/images/add.png
share/doc/sqlrelay/api/ruby/doc/images/arrow_up.png
share/doc/sqlrelay/api/ruby/doc/images/brick.png
share/doc/sqlrelay/api/ruby/doc/images/brick_link.png
share/doc/sqlrelay/api/ruby/doc/images/bug.png
share/doc/sqlrelay/api/ruby/doc/images/bullet_black.png
share/doc/sqlrelay/api/ruby/doc/images/bullet_toggle_minus.png
share/doc/sqlrelay/api/ruby/doc/images/bullet_toggle_plus.png
share/doc/sqlrelay/api/ruby/doc/images/date.png
share/doc/sqlrelay/api/ruby/doc/images/delete.png
share/doc/sqlrelay/api/ruby/doc/images/find.png
share/doc/sqlrelay/api/ruby/doc/images/macFFBgHack.png
share/doc/sqlrelay/api/ruby/doc/images/package.png
share/doc/sqlrelay/api/ruby/doc/images/page_green.png
share/doc/sqlrelay/api/ruby/doc/images/page_white_text.png
share/doc/sqlrelay/api/ruby/doc/images/page_white_width.png
share/doc/sqlrelay/api/ruby/doc/images/plugin.png
share/doc/sqlrelay/api/ruby/doc/images/ruby.png
share/doc/sqlrelay/api/ruby/doc/images/tag_blue.png
share/doc/sqlrelay/api/ruby/doc/images/tag_green.png
share/doc/sqlrelay/api/ruby/doc/images/transparent.png
share/doc/sqlrelay/api/ruby/doc/images/wrench.png
share/doc/sqlrelay/api/ruby/doc/images/wrench_orange.png
share/doc/sqlrelay/api/ruby/doc/images/zoom.png
share/doc/sqlrelay/api/ruby/doc/index.html
share/doc/sqlrelay/api/ruby/doc/js/darkfish.js
share/doc/sqlrelay/api/ruby/doc/js/jquery.js
share/doc/sqlrelay/api/ruby/doc/js/navigation.js
share/doc/sqlrelay/api/ruby/doc/js/search.js
share/doc/sqlrelay/api/ruby/doc/js/search_index.js
share/doc/sqlrelay/api/ruby/doc/js/searcher.js
share/doc/sqlrelay/api/ruby/doc/rdoc-style.css
share/doc/sqlrelay/api/ruby/doc/rdoc.css
share/doc/sqlrelay/api/ruby/doc/table_of_contents.html
share/doc/sqlrelay/api/tcl/index.html
share/doc/sqlrelay/api/tcl/index_annot.html
share/doc/sqlrelay/api/tcl/index_annot_full.html
share/doc/sqlrelay/api/tcl/index_call.html
share/doc/sqlrelay/api/tcl/index_file.html
share/doc/sqlrelay/api/tcl/index_main.html
share/doc/sqlrelay/api/tcl/index_proc.html
share/doc/sqlrelay/api/tcl/sqlrconCmd.tcl-annot.html
share/doc/sqlrelay/api/tcl/sqlrconCmd.tcl.html
share/doc/sqlrelay/api/tcl/sqlrconCmd.tcl.txt
share/doc/sqlrelay/api/tcl/sqlrcurCmd.tcl-annot.html
share/doc/sqlrelay/api/tcl/sqlrcurCmd.tcl.html
share/doc/sqlrelay/api/tcl/sqlrcurCmd.tcl.txt
share/doc/sqlrelay/api/tcl/sqlrelayCmd.tcl-annot.html
share/doc/sqlrelay/api/tcl/sqlrelayCmd.tcl.html
share/doc/sqlrelay/css/styles.css
share/doc/sqlrelay/dropin/mysql.html
share/doc/sqlrelay/dropin/postgresql.html
share/doc/sqlrelay/faq.html
share/doc/sqlrelay/features/connectionpooling.html
share/doc/sqlrelay/features/databases.html
share/doc/sqlrelay/features/dbabstractionlayers.html
share/doc/sqlrelay/features/dropinreplacementlibs.html
share/doc/sqlrelay/features/ha.html
share/doc/sqlrelay/features/languages.html
share/doc/sqlrelay/features/multirowfetches.html
share/doc/sqlrelay/features/proxying.html
share/doc/sqlrelay/features/queryfiltering.html
share/doc/sqlrelay/features/queryrouting.html
share/doc/sqlrelay/features/resultsetcaching.html
share/doc/sqlrelay/features/schedules.html
share/doc/sqlrelay/features/substitutionandbindvars.html
share/doc/sqlrelay/features/suspendedtx.html
share/doc/sqlrelay/features/throttling.html
share/doc/sqlrelay/images/WPM_4877_1.PNG
share/doc/sqlrelay/images/app-pdo-mysql.png
share/doc/sqlrelay/images/app-pdo-sqlr-mysql.png
share/doc/sqlrelay/images/app-to-db.png
share/doc/sqlrelay/images/app-to-sqlr-to-db.png
share/doc/sqlrelay/images/arm-linux-uclibc-thumb.png
share/doc/sqlrelay/images/arm-linux-uclibc.png
share/doc/sqlrelay/images/blackray.png
share/doc/sqlrelay/images/cluster.png
share/doc/sqlrelay/images/dayshift.png
share/doc/sqlrelay/images/fetch-many.png
share/doc/sqlrelay/images/fetch-one.png
share/doc/sqlrelay/images/firebird.png
share/doc/sqlrelay/images/freebsd-i386-thumb.png
share/doc/sqlrelay/images/freebsd-i386.png
share/doc/sqlrelay/images/freetds.png
share/doc/sqlrelay/images/haiku-thumb.png
share/doc/sqlrelay/images/haiku.png
share/doc/sqlrelay/images/hurd-i386-thumb.png
share/doc/sqlrelay/images/hurd-i386.png
share/doc/sqlrelay/images/i386-linux-uclibc-thumb.png
share/doc/sqlrelay/images/i386-linux-uclibc.png
share/doc/sqlrelay/images/ibm.png
share/doc/sqlrelay/images/iodbc.png
share/doc/sqlrelay/images/loadbalancer.png
share/doc/sqlrelay/images/mdbtools.png
share/doc/sqlrelay/images/minix-thumb.png
share/doc/sqlrelay/images/minix.png
share/doc/sqlrelay/images/mssqlserver.png
share/doc/sqlrelay/images/mysql-chain.png
share/doc/sqlrelay/images/mysql-sqlr-chain.png
share/doc/sqlrelay/images/mysql.png
share/doc/sqlrelay/images/netbsd-i386-thumb.png
share/doc/sqlrelay/images/netbsd-i386.png
share/doc/sqlrelay/images/netbsd-sparc-thumb.png
share/doc/sqlrelay/images/netbsd-sparc.png
share/doc/sqlrelay/images/netbsd-vax-thumb.png
share/doc/sqlrelay/images/netbsd-vax.png
share/doc/sqlrelay/images/nightshift.png
share/doc/sqlrelay/images/openbsd-i386-thumb.png
share/doc/sqlrelay/images/openbsd-i386.png
share/doc/sqlrelay/images/openbsd-sparc-thumb.png
share/doc/sqlrelay/images/openbsd-sparc.png
share/doc/sqlrelay/images/oracle.png
share/doc/sqlrelay/images/postgresql-chain.png
share/doc/sqlrelay/images/postgresql-sqlr-chain.png
share/doc/sqlrelay/images/postgresql.png
share/doc/sqlrelay/images/proxying.png
share/doc/sqlrelay/images/query-allowed.png
share/doc/sqlrelay/images/query-rejected.png
share/doc/sqlrelay/images/queryrouting.png
share/doc/sqlrelay/images/redhat62-sparc-thumb.png
share/doc/sqlrelay/images/redhat62-sparc.png
share/doc/sqlrelay/images/replicated-disproportionate.png
share/doc/sqlrelay/images/replicated.png
share/doc/sqlrelay/images/router.png
share/doc/sqlrelay/images/rrdns.png
share/doc/sqlrelay/images/sco-osr6-i386-thumb.png
share/doc/sqlrelay/images/sco-osr6-i386.png
share/doc/sqlrelay/images/sqlite.png
share/doc/sqlrelay/images/sqlr-fetch-many-return-rsbuffersize.png
share/doc/sqlrelay/images/sqlr-fetch-many-return.png
share/doc/sqlrelay/images/sqlr-fetch-many.png
share/doc/sqlrelay/images/sqlr-fetch-one-return-rsbuffersize.png
share/doc/sqlrelay/images/sqlrelay.png
share/doc/sqlrelay/images/sybase.png
share/doc/sqlrelay/images/syllable-thumb.png
share/doc/sqlrelay/images/syllable.png
share/doc/sqlrelay/images/toomanyconnections.png
share/doc/sqlrelay/images/unixodbc.png
share/doc/sqlrelay/index.html
share/doc/sqlrelay/js/rotate.js
share/doc/sqlrelay/programming/ado.net.html
share/doc/sqlrelay/programming/binds.html
share/doc/sqlrelay/programming/c++.html
share/doc/sqlrelay/programming/c.html
share/doc/sqlrelay/programming/cs.html
share/doc/sqlrelay/programming/erlang.html
share/doc/sqlrelay/programming/java.html
share/doc/sqlrelay/programming/jdbc.html
share/doc/sqlrelay/programming/nodejs.html
share/doc/sqlrelay/programming/odbc.html
share/doc/sqlrelay/programming/perl.html
share/doc/sqlrelay/programming/perldbi.html
share/doc/sqlrelay/programming/php.html
share/doc/sqlrelay/programming/phppdo.html
share/doc/sqlrelay/programming/precisionscale.html
share/doc/sqlrelay/programming/python.html
share/doc/sqlrelay/programming/pythondb.html
share/doc/sqlrelay/programming/ruby.html
share/doc/sqlrelay/programming/tcl.html
share/examples/sqlrelay/sample-mssqlserver-mysql-errors.map
share/examples/sqlrelay/sample-oracle-mysql-errors.map
share/examples/sqlrelay/sqlrelay.conf
share/examples/sqlrelay/sqlrelay.xsd
share/licenses/sqlrelay/COPYING
@pkgdir share/examples/sqlrelay/sqlrelay.conf.d