| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- 2004-07-12 Umadevi S <[email protected]>
- * Tokenizer.cs - read an Int64 from the text instead of Int32. Resolves
- bug 61203
-
- 2004-06-17 Boris Kirzner <[email protected]>
- * Comparison.cs - use 'as' to avoid NullReferenceExeption in casting.
- 2004-05-13 Umadevi S <[email protected]>
- * Literal.cs - made class internal
- 2004-05-12 Umadevi S <[email protected]>
- * Expression.cs, Functions.cs, In.cs, Like.cs, Parser.jay, StringFunctions.cs - made class/enum/interfaces internal
- 2004-05-12 Umadevi S <[email protected]>
- * BooleanExpression.cs,ColumnReference.cs, Comparision.cs - made class/enum internal
- 2004-05-12 Umadevi S <[email protected]>
- * ArthimeticExpression.cs - made class internal
- 2004-05012 Umadevi S <[email protected]>
- * Aggregation.cs - made class/enums/interfaces internal
- 2004-05-05 Atsushi Enomoto <[email protected]>
- * ArithmeticExpressions.cs: avoid null exception on add operation.
- 2004-04-29 Juraj Skripsky <[email protected]>
- * Parser.jay: Fix rule for negative expressions.
- Add precedence rules for '<' and '>'.
- 2004-04-28 Boris Kirzner <[email protected]>
- * ColumnReference.cs : using DataRow _inExpressionEvaluation before accessing row value
- to get an access to deleted rows also.
- 2004-04-22 Juraj Skripsky <[email protected]>
- * Parser.jay: Allow computed expressions on left-hand side of
- "like" operator.
- Correct ordering for "is null" rule ("NOT IS NULL" => "IS NOT NULL").
- 2004-04-20 Juraj Skripsky <[email protected]>
- * Tokenizer.cs (ReadNumber): Correctly consume decimal point
- when reading numbers. Fixes bug #57251.
- 2004-03-31 Juraj Skripsky <[email protected]>
- * Parser.jay, ColumnReference.cs, Comparison.cs, Functions.cs,
- Aggregation.cs : fix bugs exposed by DataColumnTest.cs.
- 2004-03-29 Juraj Skripsky <[email protected]>
- * Initial implementation.
|