Skip to content

Releases: Alusus/Rows

0.3.4

04 Apr 04:57
a8bee77

Choose a tag to compare

  • Added support for partial matching in where clauses.
  • Fixed an issue with escaping quotes.

0.3.3

19 Dec 20:23
d2c8112

Choose a tag to compare

  • Added a no-arg initializer for Text data type that can be used to specify a text data type without specifying a length. This is needed because PostgreSQL database does not allow length on text type.
  • Added a missing localization in Driver class.

0.3.2

16 Nov 03:08
0edcc93

Choose a tag to compare

Fixed a bug and added missing localizations.

0.3.1

14 Nov 08:14
eb99d96

Choose a tag to compare

Use String.parseInt and String.parseFloat from SRL instead of re-defining these functions.

0.3.0

14 Nov 10:17
683e1fb

Choose a tag to compare

  • Added support for DB migrations.
  • Enabled automatic reconnecting when the connection to the server is lost.

0.2.5

14 Jul 22:30
6f9252e

Choose a tag to compare

Fixed a memory leak.

0.2.4

03 Mar 23:35
30de143

Choose a tag to compare

Allow connecting to PostgreSQL using only dbname and username.

0.2.3

15 Dec 08:55

Choose a tag to compare

Added missing Arabic localization.

0.2.2

21 Oct 08:12
df4d365

Choose a tag to compare

Made the library multi-threading safe.

0.2.1

15 Oct 02:42
e89412d

Choose a tag to compare

Write queries now return the number of affected rows.