Copied remotely
[mono.git] / mcs / class / System.Data / Mono.Data.SqlExpressions / ChangeLog
1 2004-07-12 Umadevi S   <sumadevi@novell.com>
2         * Tokenizer.cs - read an Int64 from the text instead of Int32. Resolves
3 bug 61203
4
5                                                                                 
6 2004-06-17  Boris Kirzner <borisk@mainsoft.com>
7         *  Comparison.cs - use 'as' to avoid NullReferenceExeption in casting.
8
9 2004-05-13  Umadevi S <sumadevi@novell.com>
10         *  Literal.cs - made class internal
11
12 2004-05-12  Umadevi S <sumadevi@novell.com>
13         * Expression.cs, Functions.cs, In.cs, Like.cs, Parser.jay, StringFunctions.cs - made class/enum/interfaces internal
14
15 2004-05-12  Umadevi S <sumadevi@novell.com>
16         * BooleanExpression.cs,ColumnReference.cs, Comparision.cs - made class/enum internal
17
18 2004-05-12  Umadevi S <sumadevi@novell.com>
19         * ArthimeticExpression.cs - made class internal
20
21 2004-05012  Umadevi S <sumadevi@novell.com>
22         * Aggregation.cs - made class/enums/interfaces internal 
23
24 2004-05-05  Atsushi Enomoto <atsushi@ximian.com>
25
26         * ArithmeticExpressions.cs: avoid null exception on add operation.
27
28 2004-04-29  Juraj Skripsky <juraj@hotfeet.ch>
29
30         * Parser.jay: Fix rule for negative expressions.
31         Add precedence rules for '<' and '>'.
32
33 2004-04-28 Boris Kirzner <borisk@mainsoft.com>
34
35         * ColumnReference.cs : using DataRow _inExpressionEvaluation before accessing row value
36           to get an access to deleted rows also.
37
38 2004-04-22  Juraj Skripsky <juraj@hotfeet.ch>
39
40         * Parser.jay: Allow computed expressions on left-hand side of
41         "like" operator.
42         Correct ordering for "is null" rule ("NOT IS NULL" => "IS NOT NULL"). 
43
44 2004-04-20  Juraj Skripsky <juraj@hotfeet.ch>
45
46         * Tokenizer.cs (ReadNumber): Correctly consume decimal point
47         when reading numbers. Fixes bug #57251.
48
49 2004-03-31  Juraj Skripsky <juraj@hotfeet.ch>
50
51         * Parser.jay, ColumnReference.cs, Comparison.cs, Functions.cs,
52         Aggregation.cs : fix bugs exposed by DataColumnTest.cs.
53
54 2004-03-29  Juraj Skripsky <juraj@hotfeet.ch>
55
56         * Initial implementation.