File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (115 lines) | stat: -rw-r--r-- 3,603 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
2006-01-29  Joshua Tauberer  <tauberer@for.net>

	* Added new test sources.

2006-01-20  Joshua Tauberer  <tauberer@for.net>

	* Removed dependency on Mono.Posix.

2006-01-02  Joshua Tauberer  <tauberer@for.net>

	* Added Mono.Data.SqliteClient/SqliteExceptions.cs to
	  the sources files.

2005-10-06  Chris Lahey  <clahey@localhost.localdomain>

	* Makefile (LIB_MCS_FLAGS): Requires Mono.Posix.dll.

2005-05-20  Sureshkumar T  <tsureshkumar@novell.com>
	    Raja R Harinath <rharinath@novell.com>

	* Makefile:
	- Test suite started.
	- Create sqlite3 db testdb from script Test/test.sql.
	* Mono.Data.SqliteClient_test.dll.sources: Added. Test files.

2004-11-17  Geoff Norton  <gnorton@customerdna.com>

	* Mono.Data.SqliteClient/Sqlite.cs:
	  Mono.Data.SqliteClient/SqliteCommand.cs:
  	  Remove sqlite3Free as this doesn't exist and isn't used by sqlite3.

2004-11-14  Geoff Norton  <gnorton@customerdna.com>

	* Mono.Data.SqliteClient/SqliteConnection.cs:  Default to v2 not v3 if version
	isn't specified in the connection string.  Fixes a bug in F-Spot reported by Miguel

2004-11-11  Geoff Norton  <gnorton@customerdna.com>

	* Mono.Data.SqliteClient/Sqlite.cs
	  Mono.Data.SqliteClient/SqliteConnection.cs
	  Mono.Data.SqliteClient/SqliteCommand.cs
	  Mono.Data.SqliteClient/SqliteDataReader.cs:
	  Initial sqlite v3 support.  Move sqlite v2 to using sqlite_step
	  instead of sqlite_exec, this makes Mono.Data.SqliteClient work on 
	  windows.

2004-05-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Mono.Data.SqliteClient.dll.sources: added SqliteTransaction.cs

	* Mono.Data.SqliteClient/SqliteConnection.cs:
	* Mono.Data.SqliteClient/SqliteTransaction.cs: patch from
	grompf@sublimeintervention.com that adds transactions support.

2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Mono.Data.SqliteClient/SqliteCommand.cs: implement LastInsertRowId.
	* Mono.Data.SqliteClient/SqliteDataReader.cs: remove dangling ^Ms.
	Patch by Philipp <pixelpapst@users.sourceforge.net>.

2003-10-17  Ettore Perazzoli  <ettore@ximian.com>

	* Mono.Data.SqliteClient/SqliteConnection.cs
	(SqliteConnection.LastInsertRowId): New property to bind the
	sqlite_last_insert_rowid() call.

2003-07-16  Peter Williams  <peter@newton.cx>

	* Makefile (LIB_MCS_FLAGS): Add /r:System.dll here. Why wasn't
	this necessary with MCS? (csc.exe needs it.)

2002-11-16  Tim Coleman <tim@timcoleman.com>
	* makefile.gnu:
		Add MONO_PATH_PREFIX so build doesn't
		fail if System.Data has not yet been installed.

2002-11-01  Daniel Morgan <danmorg@sc.rr.com>

	* Mono.Data.SqliteClient/SqliteDataReader.cs: redid the
	implementation for GetSchemaTable() and
	implemented IEnumerator IEnumerable.GetEnumerator ()

2002-10-16  Miguel de Icaza  <miguel@ximian.com>

	* Mono.Data.SqliteClient/SqliteCommand.cs: Reworked to return the
	error from SqlLite.

2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>

	* sources.list: whoops, fix dir name

2002-10-13  Daniel Morgan <danmorg@sc.rr.com>

	* Test: added new directory to hold
	tests for Mono.Data.SqliteClient
	
	* Test/SqliteTest.cs: added file
	to test Mono.Data.SqliteClient.  

2002-10-13  Daniel Morgan <danmorg@sc.rr.com>

	* Mono.Data.SqliteClient: add file
	to build on Windows
	
	* Mono.Data.SqliteClient/SqliteCommand.cs: modified
	added unsafe { } around call to sqlite_exec() which calls
	an unsafe method SqliteCallbackFunction

2002-10-12  Vladimir Vukicevic  <vladimir@pobox.com>

	* Mono.Data.SqlClient/SqliteCobmmand.cs, SqliteDataReader.cs,
	SqliteParameterCollection.cs, SqliteConnection.cs,
	SqliteParameter.cs:
		Initial checkin