Skip to content

Commit 4a9380f

Browse files
committed
description of version 0.4.3
1 parent abc7401 commit 4a9380f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
== 0.4.3 2010-03-25
2+
3+
* Improvements
4+
* plsql.connection.database_version will return also update and patch components of version number
5+
* :column => :is_null and :column => :is_not_null conditions in table select operations
6+
* Bug fixes
7+
* Bugfix for calling procedure with table of records type (defined inside package) output parameter
8+
* Use subprogram_id column in all_arguments view only if database version is >= 10.2.0.2
9+
* Support partial list of named arguments for overloaded procedures (assuming that missing arguments will have default value)
10+
111
== 0.4.2 2010-02-26
212

313
* New features

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.4.3

0 commit comments

Comments
 (0)