File: ChangeLog

package info (click to toggle)
tntdb 1.0.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,980 kB
  • ctags: 1,633
  • sloc: cpp: 10,465; sh: 8,845; makefile: 210; ansic: 68
file content (116 lines) | stat: -rw-r--r-- 2,919 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
2008-05-30 tommi@tntnet.org
  - fix string handling in sqlite-driver

2008-02-16 tommi@tntnet.org
  - version 1.0.0

2008-02-13 tommi@tntnet.org
  - Blob class (Marc)

2007-11-14 tommi@tntnet.org
  - get values by column name

2007-10-07 tommi@tntnet.org
  - replace tntdb::SmartPtr with cxxtools::SmartPtr

2007-09-27 tommi@tntnet.org
  - build improvements for AIX

2007-09-21 tommi@tntnet.org
  - support for decimals and 32/64-bit integers (from Mark Wright)

2007-06-08 tommi@tntnet.org
  - bugfix: tntdb crashed, when iterating over a statement which returns no rows

2007-05-23 tommi@tntnet.org
  - driver for oracle
  - support for MEDIUMINT in mysql-driver

2007-05-11 tommi@tntnet.org
  - fix connectionpool

2007-03-27 tommi@tntnet.org
  - tntdb::Connection::ping to check, if the connection is alive
  - use that ping in connectionpool before returning connection
  - tntdb::setMaxPoolSize(unsingned) and tntdb::getMaxPoolSize()

2007-02-20 tommi@tntnet.org

  - fix leak: the statement-cursor is not freed, when the first fetch was not
    successful

2006-10-21 tommi@tntnet.org

  - add fetchsize-parameter (with default 100) to tntdb::Statement::begin to
    pass a hint to the implementing cursor

2006-10-12 tommi@tntnet.org

  - don't inline constructors of error-classes to help compiler matching the
    right type in catch-block (a problem with gcc 4.1 at least)

2006-10-07 tommi@tntnet.org

  - add getDate-, getTime- and getDatetime-methods to tntdb::Row

2006-09-20 tommi@tntnet.org

  - fix cached prepared statements in sqlite: reset before reuse

2006-09-11 tommi@tntnet.org

  - fix handling of binary data in sqlite3-driver
  - move drivers to separate directory specified in configure with "--with-driverdir=..."

2006-08-25 tommi@tntnet.org

  - fix smartpointer to support self-assignment

2006-08-24 tommi@tntnet.org

  - change license to LGPL

2006-07-21 tommi@tntnet.org

  - extend license to allow linking with openssl due to postgresql

2006-04-12 tommi@tntnet.org

  - fix mysql-driver-bug: crashed when fetching some datatypes, because the api
    seems to return too small length-values (or I misunderstand the api;-) )

2006-03-27 tommi@tntnet.org

  - allow date-, datetime- and time-classes to be null, when passed to statements

2006-03-01 tommi@tntnet.org

  - declare cursor in postgresql with hold to enable cursor outside transactions

2006-02-13 tommi@tntnet.org

  - new method Statement::clear()

2006-01-21 tommi@tntnet.org

  - connectionpool

2006-01-13 tommi@tntnet.org

  - add missing include/tntdb/sqlite/impl/connectionmanager.h

2005-12-26 tommi@tntnet.org

  - new Sqlite-driver

2005-11-12 tommi@tntnet.org

  - use PQexec with PREPARE when PQprepare is not found (postgresql prior 8.0)

2005-11-11 tommi@tntnet.org

  - make drivers for mysql and postgresql optional in configure

2005-10-26 tommi@tntnet.org

  - fixed handling of MYSQL_TYPE_LONGLONG