Downloadliste

Projektbeschreibung

The SQLB (SQL Load Balancer) project is used to improve SQL requests to a database. It provides programs that have permanent connections to a DB, a program that checks the integrity of transactions, and a library to link with programs that need to make SQL queries. SQLB supports Oracle8i, MySQL, and PostgreSQL.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-09 17:22
2.4.8

Die Datenbank-Detektion wurde mit mehr Optionen im configure-Skript verbessert. Ein Problem, das bei Verwendung von - vorangestellt sqlb anderswo als in der Standard / usr / local festgelegt wurde, installieren aufgetreten.
Tags: Major bugfixes
The database detection was improved with more
options in configure script. A problem which
occurred when using --prefix to install sqlb
elsewhere than in the default /usr/local was
fixed.

2002-12-11 18:20
2.4.7

Der Abfrage-Protokoll zeigt nun die korrekte Ausführung Zeit. Wenn eine SQL-Abfrage ein Fehler zurückgegeben, wird die Fehlermeldung nun im Fehlerprotokoll angezeigt. Die "sqlb start"-Befehl wird nun zuverlässiger und läuft immer sqlb als "sqlb" Benutzer, auch wenn sie von root gestartet. Ein Init-Skript wurde auf dem Paket hinzugefügt. Das configure-Skript erkennt nun korrekt MySQL und readline. Jetzt können Sie die Anzahl der Datenbank-Verbindung Sie pro Verbindung Pool. Die Lizenzbedingungen Politik wurden geklärt. Der Code wurde aktualisiert, um die neueste Version von libsqlora unterstützen.
Tags: Major feature enhancements
The query log now displays the correct execution time. When an SQL query returns an error, the error message is now displayed in the error log. The "sqlb start" command is now more reliable and always runs sqlb as the "sqlb" user, even when launched by root. An init script has been added to the package. The configure script now correctly detects MySQL and readline. Now you can define the number of database connection you want per connection pool. The licencing policy have been clarified. The code was updated to support latest version of libsqlora.

2002-04-17 12:51
2.4.6

Es ist der Fehler in der Client-Bibliothek, verursacht seltsame Verhalten in der Perl-Modul.
Tags: Minor bugfixes
Fixed the bug in the client library that caused weird behavior in the Perl module.

2002-01-06 08:57
2.4.5

MySQL einfügen kann nun wieder AUTO_INCREMENT-Werte bei der Verwendung. Ein Timeout Problem in Oracle verursacht durch ein Problem mit gebundenen Variablen wurde behoben.
Tags: Minor bugfixes
MySQL insert queries now return auto_increment values when used. A timeout problem in Oracle caused by a problem with bound variables was fixed.

2001-07-17 15:48
2.4.3

Wurde ein Fehler behoben, die gesendet schlechte Ergebnisse bei Abfragen mit Resultset die größer sind als 93Ko. Added ein Shell-Skript, dass Sie auf alle DB-Verbindung von sqlbqueries manuell zu aktualisieren, genannt sqlb_reconnect_all.sh können. Einige weitere Fehlerkorrekturen vorgenommen.
Tags: Major bugfixes
Fixed a bug that sent bad results for queries with resultset size greater than 93Ko. Added a shell script that allows you to refresh all the db connection of sqlbqueries manually, called sqlb_reconnect_all.sh. Some other bug fixes made.

Project Resources