Skip to content

Releases: RayTW/RA

Ra v0.7.0

06 Nov 23:49
Compare
Choose a tag to compare

Features

  1. Support for Bigquery JDBC.
  2. Support for Cloud Spanner JDBC.
  3. Support for preparing SQL statements.
  4. Array types are supported.

Ra v0.5.3

28 Jul 14:02
Compare
Choose a tag to compare

Bugs

  1. [bug]Unable to get last insert id if starting H2 database and set the property DATABASE_TO_UPPER=false.

Dependency Upgrades :

  1. com.h2database:2.1.214
  2. mysql-connector-java:8.0.30

Ra v0.5.1

18 May 06:51
Compare
Choose a tag to compare

Features

  1. Add feature that transactions at operate Create, Read, Update, Delete (CRUD).

Bugs

  1. Execution SQL failed in transaction, but without throwing an exception.

Dependency Upgrades :

  1. com.h2database:2.1.212
  2. mysql-connector-java:8.0.29

Ra v0.4.2

30 Nov 10:49
Compare
Choose a tag to compare

Bugs

  • Create server have defects that just let the client connect once.
  • Because the BufferedReader is not closed, opening the file multiple times will throw an exception.
  • The server will sporadically respond with a delay of 50 ms.
  • Create server fail the service cannot load specific package name on JRE 11.

Ra v0.4.0

25 Jul 08:57
Compare
Choose a tag to compare

Support H2 database.

Ra v0.3.0

09 Jul 02:45
Compare
Choose a tag to compare

Ra v0.2.0

29 Jun 10:48
Compare
Choose a tag to compare