File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " oracle"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
authors = [
" Kubo Takehiro <[email protected] >" ]
5
5
build = " build.rs"
6
6
repository = " https://github.com/kubo/rust-oracle"
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 0.3.2 (2019-11-14 )
3
+ ## 0.3.3 (2020-10-25 )
4
4
5
5
Changes:
6
6
7
- Fixed bugs:
7
+ * Add new methods [ ` Connection.call_timeout() ` ] [ ] and [ ` Connection.set_call_timeout() ` ] [ ]
8
+
9
+ ## 0.3.2 (2019-11-14)
10
+
11
+ Changes:
8
12
9
13
* Fix SEGV while getting Object type's FLOAT data type attributes. ([ GH-19 ] [ ] )
10
14
@@ -263,6 +267,7 @@ Incompatible changes:
263
267
[GH - 19 ]: https : // github.com/kubo/rust-oracle/issues/19
264
268
[`ColumnInfo . name ()`]: https : // docs.rs/oracle/*/oracle/struct.ColumnInfo.html#method.name
265
269
[`Connection :: connect ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.connect
270
+ [`Connection . call_timeout ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.call_timeout
266
271
[`Connection . execute ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.execute
267
272
[`Connection . execute_named ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.execute_named
268
273
[`Connection . object_type ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.object_type
@@ -276,6 +281,7 @@ Incompatible changes:
276
281
[`Connection . query_row_as ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.query_row_as
277
282
[`Connection . query_row_as_named ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.query_row_as_named
278
283
[`Connection . status ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.status
284
+ [`Connection . set_call_timeout ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.set_call_timeout
279
285
[`Connection . tag ()`]: https : // docs.rs/oracle/*/oracle/struct.Connection.html#method.tag
280
286
[`ConnParam `]: https : // docs.rs/oracle/0.2.*/oracle/enum.ConnParam.html
281
287
[`ConnStatus `]: https : // docs.rs/oracle/*/oracle/enum.ConnStatus.html
You can’t perform that action at this time.
0 commit comments