issues
search
kubo
/
rust-oracle
Oracle driver for Rust
193
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
REF operator
#92
Lurgrid
opened
3 weeks ago
6
DESCRIBE Statement
#91
Lurgrid
closed
3 weeks ago
2
how can I get decimal value? like Number(28,18)
#90
tc19901016
closed
1 month ago
1
Can I transfer Arc<Vec<Row>> between 2 tokio thread?
#89
tc19901016
closed
3 weeks ago
17
Change Timestamp::fmt to format year as YYYY
#88
KieranKaelin
opened
3 months ago
1
Why the lifetime is 'static
#87
groobyming
opened
5 months ago
0
Question about performance
#86
pierpaolo1
closed
2 months ago
12
execute create table sql error?
#85
yuyang-ok
closed
5 months ago
3
Ability to auto-gen structs from db
#84
sakshatshinde
closed
7 months ago
1
Question - Trying to use like operator with wildcards within query_as
#83
sakshatshinde
closed
7 months ago
5
`*mut oracle::binding::binding::dpiStmt` cannot be sent between threads safely
#82
krstn420
closed
8 months ago
2
How can I save ResultSet<'_, oracle::Row> for later access?
#81
krstn420
closed
8 months ago
6
How to extract `Geometry` type.
#79
yuyang-ok
closed
9 months ago
2
Apply timezone when mapping from Timestamp to chrono Date and DateTime
#78
t-rapp
opened
1 year ago
0
A way to set path for oracle instant client
#77
sakshatshinde
closed
1 year ago
2
Question - Alter Sessions
#76
sentrisable
closed
1 year ago
1
Convert recordset to Vec of Columns
#75
alessio-zamparelli
closed
1 year ago
1
Question - Calling Oracle Stored Procedures Example
#74
Arunosaur
opened
1 year ago
3
QUESTION the trait `ToSql` is not implemented for `SqlValue`
#73
jflasche
opened
1 year ago
0
the `?` operator can only be used in a function that returns `Result` or `Option`
#72
ryvdx
closed
1 year ago
1
Question - async/await stream to many users using just 1 thread
#71
vegarringdal
opened
1 year ago
2
API to upload file as BLOB without preallocation
#70
mcpiroman
closed
1 year ago
3
Minimize the features enabled for chrono to not pull in the old `time0.1` crate
#69
weiznich
closed
1 year ago
1
How to change the value of "oracleClientLibDir" in dpiContextCreateParams struct
#68
daidaiSeniorBrother
closed
1 year ago
3
Insert null values
#67
franksl
closed
1 year ago
3
Usage with asynchronous code problem - how to shut down `.connect()` call that hangs indefinitely
#66
Niedzwiedzw
closed
1 year ago
6
Any idea why I'm getting `DPI Error: DPI-1080: connection was closed by ORA-3156`
#65
Niedzwiedzw
closed
2 years ago
3
Problems with loading large clob values via returning clauses
#64
weiznich
opened
2 years ago
2
VARRAY
#63
raymclee
closed
1 year ago
2
Fix RowValue which can reference an invalid Ok that defined outside
#62
importcjj
closed
2 years ago
4
Add a way to check if the Oracle Client libs are present at runtime
#61
nbc12
closed
2 years ago
2
Any reason SqlValues are .dup_by_handle()'d on retrieving a row?
#60
christoph-heiss
closed
6 months ago
3
add build matrix to CI with optional features
#59
rursprung
opened
2 years ago
0
document minimum rustc version & add to test matrix
#58
rursprung
closed
2 years ago
2
use semantic versioning & follow changelog standards
#57
rursprung
closed
2 years ago
2
Request cancellation
#56
Niedzwiedzw
closed
1 year ago
1
Add method to retrieve CHAR/NCHAR encoding information
#55
christoph-heiss
closed
2 years ago
1
Fix syntax typo in `row.get_as`
#54
paulstatezny
closed
2 years ago
1
Error with oracle round function
#53
Wukkkinz-0725
opened
2 years ago
1
Working with Oracle Advance Queues
#52
sposnjak-cpot
opened
2 years ago
4
RowValue derive macro
#51
nothingelsematters
closed
2 years ago
1
Add query methods for Statement which take ownership
#50
christoph-heiss
closed
2 years ago
2
Procedural macro for `RowValue`
#49
Flowneee
closed
2 years ago
2
`Connection::object_type` cache prevents connection drop
#48
Flowneee
closed
2 years ago
5
enable to handle warnings
#47
selu
closed
1 year ago
1
Request for implementing Sync/Send trait for Row and ResultSet
#46
zhaopinglu
opened
3 years ago
2
type error for ARM aarch64 build
#45
kongscn
closed
3 years ago
1
Performance issues reading many columns/rows simultaneously
#44
daviessm
closed
5 months ago
1
Add Statement.define() to allow specification of output types of a Satetment
#43
daviessm
closed
3 years ago
4
Prefetch example tweak
#42
cjbj
closed
3 years ago
2
Next