index
:
libodb-pgsql
1.6
2.1
2.2
2.3
as
bulk
master
PostgreSQL ODB runtime library (legacy repository)
Boris Kolpackov
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-22
Remove stray function declarations
Boris Kolpackov
1
-6
/
+0
2011-08-22
Add support for constructing delete_statement with native binding only
Boris Kolpackov
2
-3
/
+24
2011-08-21
Add odb::connection class
Boris Kolpackov
10
-67
/
+116
2011-08-19
Rework query machinery not to use '_' as primary table alias
Boris Kolpackov
3
-118
/
+152
2011-08-18
Fix custom recursive loading in post_load callback
Boris Kolpackov
4
-3
/
+45
2011-08-04
Merge branch 'wrapper'
Boris Kolpackov
1
-1
/
+227
2011-08-04
Add support for value wrappers
Boris Kolpackov
1
-1
/
+227
2011-07-31
Minor optimization
Boris Kolpackov
1
-1
/
+1
2011-07-28
Add value_traits specializations for std::vector<char>
Boris Kolpackov
2
-0
/
+52
2011-07-27
Bump version to 1.6.0
Boris Kolpackov
2
-4
/
+4
2011-07-25
Suppress warnings
1.5.0
Boris Kolpackov
1
-5
/
+5
2011-07-25
Suppress warnings
Boris Kolpackov
2
-8
/
+8
2011-07-25
Update INSTALL file
Boris Kolpackov
1
-7
/
+7
2011-07-25
Remove @@ notes that no longer apply
Boris Kolpackov
1
-2
/
+0
2011-07-25
Bump version to 1.5.0
Boris Kolpackov
2
-4
/
+4
2011-07-25
Avoid unnecessary initialization
Boris Kolpackov
1
-1
/
+1
2011-07-24
Always initialize format and size values in native_bind
Constantin Michael
1
-1
/
+3
2011-07-23
Export endian_traits
Constantin Michael
1
-1
/
+3
2011-07-23
Do not include config.h for Visual Studio
Constantin Michael
1
-1
/
+2
2011-07-23
Correct libpq library name specified to Visual Studio linker
Constantin Michael
2
-16
/
+16
2011-07-22
Get rid of libpq-fe.h inclusion in public headers
Boris Kolpackov
9
-25
/
+77
2011-07-22
Fix type name shadowing
Boris Kolpackov
1
-16
/
+18
2011-07-22
Correct typo in Visual Studio linker options
Constantin Michael
1
-1
/
+1
2011-07-22
Specify libpq as a dependency to Visual Studio
Constantin Michael
2
-8
/
+8
2011-07-21
Quote prepared statement name in deallocation command
Constantin Michael
1
-1
/
+2
2011-07-19
Fix incorrect argument names, make accessor order consistent
Boris Kolpackov
1
-12
/
+12
2011-07-14
Map unsigned short and int C++ types to SMALLINT and INTEGER by default
Constantin Michael
1
-2
/
+2
2011-07-14
Forbid connection to database if server integer_datetimes is off
Constantin Michael
2
-10
/
+5
2011-07-14
Add support for binary format NUMERIC type
Constantin Michael
2
-108
/
+105
2011-07-13
Make process notification callback static
Constantin Michael
1
-5
/
+2
2011-07-13
Add support for DATE, TIME and TIMESTAMP SQL types
Constantin Michael
4
-101
/
+145
2011-07-13
Get integer_datetimes server var on connection to server
Constantin Michael
2
-1
/
+15
2011-07-12
Suppress server notification messages
Constantin Michael
1
-0
/
+10
2011-07-12
Remove no longer applicable comment
Constantin Michael
1
-3
/
+0
2011-07-11
Free deallocate query result
Boris Kolpackov
1
-1
/
+2
2011-07-11
Free prepared statement cache before closing connection
Boris Kolpackov
1
-0
/
+4
2011-07-05
Support for callbacks in PG runtime
Boris Kolpackov
3
-8
/
+48
2011-07-05
Only bind native binding structure when references are present
Constantin Michael
1
-4
/
+10
2011-07-05
Aesthetic changes
Constantin Michael
3
-10
/
+9
2011-07-05
Implement PostgreSQL specific query
Constantin Michael
2
-70
/
+107
2011-07-05
Use fine grained fetch control provided by select_statement
Constantin Michael
2
-10
/
+4
2011-07-05
Implement PostgreSQL specific fetch operations for select_statement
Constantin Michael
2
-33
/
+89
2011-07-04
Update makefile
Constantin Michael
1
-1
/
+2
2011-07-04
Correct traits byte-order conversion
Constantin Michael
1
-1
/
+1
2011-07-04
Add missing image buffer type cases to bind_result implementation
Constantin Michael
1
-1
/
+12
2011-07-04
Add query and result implementation
Constantin Michael
6
-0
/
+2293
2011-07-04
Add additional functionality required by query implementation
Constantin Michael
2
-4
/
+34
2011-06-29
Use container traits column counts to specifiy container statment counts
Constantin Michael
2
-7
/
+7
2011-06-27
Add a nop specialization for converting byte order of a single byte
Constantin Michael
1
-0
/
+10
2011-06-27
Correct lastval caching logic
Constantin Michael
1
-1
/
+5
[prev]
[next]