ダウンロードリスト

プロジェクト概要

!BasicQuery は、JDBC によるデータベースへのアクセスに使用される Java ベースのアプリケーションです。Swing ベースの GUI があり、データベースに対して SQL ステートメントをテストするときに開発者に役立つ機能が含まれています。また、タイミングについては、演習のチューニング中に貴重なものですが生成されます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2006-06-01 09:41
01.03.01

クエリのテキストエリアに複数のSQLステートメントは、それぞれ、セミコロンで区切られた配置するためのサポートが追加されました。 BasicQueryごとにセミコロンで(限り、引用符で)され、独立して、各ステートメントを実行し、入力に分割されます。機能を有効にすることができますし、メニューのオプションで無効になります。グループ内のすべてのステートメントは同じ型である必要があります(選択[結果セット]対変更[、、、DDL文を削除する]を挿入)を更新。
タグ: Minor feature enhancements
Support for placing multiple SQL statements in the query text area, each separated by a semicolon was added. BasicQuery will split the input at each semicolon (unless they are within quotes) and execute each statement independently. The feature can be enabled and disabled by a menu option. All statements in the group must be the same type (selects [with resultsets] versus modifications [update, insert, delete, DDL]).

2006-05-19 11:38
01.03.00

この機能の追加は、01.04バージョンの予定は次のサイクルを開始します。構成ファイルをサブに移動されている、ユーザーのホームディレクトリにあります。この構成ファイルの場合、将来のバージョンがインストールされて上書きしないようにします。ユーザーの現在のフォントの種類やメッセージやデータを表示するためのサイズを制御することがあります。ドライバーの定義および接続文字列を複数のDBのデフォルトのドライバに追加されているテンプレートやファイルに接続します。 Apache Derbyの、Informix、およびDB2です含まれる。
タグ: Minor feature enhancements
This begins the next cycle of feature additions
scheduled for the 01.04 version. The configuration
files have been moved to a sub-directory of the
user's home. This will prevent overwriting of
configuration files when future versions are
installed. The user may now control the font type
and size for the messages and data displays.
Driver definitions and connect string templates
for several DBs have been added to the default
driver and connect files. Included are Apache
Derby, Informix, and DB2.

2006-05-14 10:25
01.02.01

この修正プログラムのユーザーが誤っフォーマット定義の処理にバグ行の色付け定義されます。 BasicQuery今は、単に色を定義し、解析することはできません色定義の影響を受ける部分は無視されますが報告されます。
タグ: Minor bugfixes
This fixes a bug with the handling of incorrectly
formatted definitions for user defined row
coloring. BasicQuery will now simply report that
the color definition cannot be parsed and will
ignore the affected portion of the color
definition.

2006-05-06 06:32
01.02.00

この生産リリース6言語では、ソフト参照ベースの結果をキャッシュし、クライアントとサーバーの詳細の報告を含むアプリケーションの動作を制御するための数多くのオプションのサポートを網羅。アップグレードを推奨します。ソースコード側では、このバージョンのlog4jに、JUnitは、Coberturaとの統合が完了します。テストスイートはかなりのGUIコンポーネントのテストを自動化すること以外は完了です。
タグ: Major feature enhancements
This production release encompasses support for 6 languages, a soft-reference-based results cache, and numerous options for controlling application behavior, including reporting of client and server details. Upgrading is recommended. On the source code side, this version completes the integration of log4j, JUnit, and Cobertura. The test suite is fairly complete, other than automating the testing of the GUI components.

2006-04-28 08:38
01.01.04

リソースバンドルは、ポルトガル語、ドイツ語、イタリア語、フランス語、追加され、オリジナルの英語版に加えて、スペイン語。このプログラムは、適切なリソースバンドルを見つけるには、しようとするシステムの設定言語/国が使用されますが、オプションでは、設定を無効にしています。変更はすべてのメッセージを完成した/ウィジェットは、アプリケーションのフレーム内のリソースバンドルの値を使用する。最後に、マイナーなバグのカップルは、問題は、データベースの詳細がされて出力DB接続漏れの原因と解決を含め、修正されました。
Resource bundles were added for French, German,
Italian, Portuguese, and Spanish in addition to
the original English. The program will use the
system configured language/country to attempt to
find the correct resource bundle, but has the
option to override that setting. Changes were
completed for all messages/widgets within the
application frame to use the resource bundle
values. Finally, a couple of minor bugs were
fixed, including resolution of an issue causing
leaking DB connections when the database details
were being output.

プロジェクトリソース