We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc7401 commit 4a9380fCopy full SHA for 4a9380f
History.txt
@@ -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
11
== 0.4.2 2010-02-26
12
13
* New features
VERSION
@@ -1 +1 @@
-0.4.2
+0.4.3
0 commit comments