index
:
libodb-oracle
1.6
2.1
2.2
2.3
as
bulk
master
Oracle ODB runtime library
Boris Kolpackov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
odb
/
oracle
/
statement.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-30
Provide separate overload of translate_error for oracle::connection
Constantin Michael
1
-11
/
+11
2011-11-30
Improve the Oracle translate_error implementation
Constantin Michael
1
-11
/
+11
2011-11-30
Merge LOB callback function and context into struct
Boris Kolpackov
1
-13
/
+15
2011-11-18
Check whether LOBs have been encountered before setting OCI_ATTR_MAXDATA_SIZE
Constantin Michael
1
-2
/
+5
2011-11-18
Explicitly set the OCI_ATTR_MAXDATA_SIZE attribute to avoid ORA-24816 error
Constantin Michael
1
-1
/
+20
2011-11-17
Move details/number.hxx include to source file
Boris Kolpackov
1
-0
/
+2
2011-11-16
Allocate position context in lob struct instead of in LOB image
Constantin Michael
1
-1
/
+1
2011-11-16
Refactor LOB descriptor, callback context, and temporary buffer handling
Constantin Michael
1
-68
/
+66
2011-11-16
Use Oracle NUMBER to store returning ID value in 32-bit insert statement impl
Constantin Michael
1
-7
/
+11
2011-11-16
Interpret NULL bind::indicator pointer as a non-NULL value indicator
Constantin Michael
1
-26
/
+30
2011-11-11
Use OCI_DEFINE_SOFT in OCIDefineByPos when rebinding
Boris Kolpackov
1
-1
/
+1
2011-11-10
Add descriptor management flags for TIMESTAMP and INTERVAL image types
Boris Kolpackov
1
-121
/
+324
2011-11-10
Cosmetic changes
Boris Kolpackov
1
-4
/
+4
2011-11-10
Set LOB parameter capacity in runtime instead of in generated code
Constantin Michael
1
-0
/
+8
2011-11-09
Avoid copying statement text if it is statically allocated
Boris Kolpackov
1
-20
/
+104
2011-11-08
Add support for SQL statement tracing
Boris Kolpackov
1
-3
/
+230
2011-11-08
Stylistic fixes
Boris Kolpackov
1
-3
/
+3
2011-11-08
Use OraText instead of text or oratext
Boris Kolpackov
1
-1
/
+1
2011-11-08
Restore LOB prefetch resetting code (again)
Boris Kolpackov
1
-2
/
+33
2011-11-08
Improve INTERVAL and TIMESTAMP descriptor type manipulation
Constantin Michael
1
-12
/
+12
2011-11-08
Pass LOB capacity using bind::capacity member instead of deriving at run-time
Constantin Michael
1
-3
/
+1
2011-11-08
Implement support for Oracle temporal types
Constantin Michael
1
-180
/
+382
2011-11-03
Add position context to LOB result callback
Boris Kolpackov
1
-0
/
+2
2011-11-02
Revert previous commit: failing to reset lob prefetch size leads to ORA-03106
Boris Kolpackov
1
-0
/
+27
2011-11-01
Do not reset the lob prefetch buffer size while rebinding result parameters
Constantin Michael
1
-23
/
+0
2011-11-01
Implement support for optimistic concurrency
Boris Kolpackov
1
-3
/
+2
2011-11-01
Rework statement interfaces wrt param/result passing
Boris Kolpackov
1
-32
/
+29
2011-11-01
Immediately specify a query as done if on execution the result set is empty
Constantin Michael
1
-1
/
+1
2011-11-01
Store the OCIDefine handle for LOB result parameters and reuse it on rebinding
Constantin Michael
1
-1
/
+8
2011-11-01
Correct placeholder variable type used in call to OCIAttrSet
Constantin Michael
1
-2
/
+6
2011-11-01
Implement change callbacks for object_result and view_result
Constantin Michael
1
-0
/
+91
2011-11-01
Implement query image change callback machinery
Constantin Michael
1
-0
/
+5
2011-10-20
Aesthetic changes
Constantin Michael
1
-2
/
+2
2011-10-20
Use SQLT_NUM instead of SQLT_VNU OCI type due to inconsistent buffer lengths
Constantin Michael
1
-2
/
+2
2011-10-20
Do not throw on a unique constraint violation during an insert
Constantin Michael
1
-1
/
+13
2011-10-20
Correct bind offset error arising due to OCI using 1 based indices
Constantin Michael
1
-1
/
+1
2011-10-20
Correct usage of details::buffer instance during callbacks and LOB streaming
Constantin Michael
1
-9
/
+19
2011-10-17
Allocate LOB manipulation buffer in connection instance instead of in image
Constantin Michael
1
-13
/
+23
2011-10-14
Correct the LOB callback aspects of the bind mechanism
Constantin Michael
1
-13
/
+12
2011-10-14
Correct logic used to indicate exhaustion of query result data
Constantin Michael
1
-2
/
+4
2011-10-14
Small bug fixes and aesthetic changes
Constantin Michael
1
-8
/
+10
2011-10-14
Const qualify buffer argument in parameter callback function signature
Constantin Michael
1
-1
/
+1
2011-10-14
Adhere to OCI recommendations for unused arguments when binding callbacks
Constantin Michael
1
-6
/
+7
2011-10-14
Create separate OCI buffer type lookups for parameter and result buffers
Constantin Michael
1
-6
/
+26
2011-10-14
Add a RAW buffer type
Constantin Michael
1
-12
/
+13
2011-10-14
Use an auto_descriptor pointer to manage a bound result LOB
Constantin Michael
1
-1
/
+27
2011-10-06
Add comments
Constantin Michael
1
-0
/
+5
2011-09-29
Add assertion for mismatch of result set column count
Constantin Michael
1
-2
/
+14
2011-09-29
Implement custom bind buffer type identifiers.
Constantin Michael
1
-11
/
+64
2011-09-27
Add sanity check for integer buffer capacity in OCI versions earlier than 11.2
Constantin Michael
1
-0
/
+20
[next]