This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathReleaseNotes.txt
185 lines (131 loc) · 11.1 KB
/
ReleaseNotes.txt
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# vNext
- [#158](https://github.com/deveel/deveeldb/issues/158) - Large Object Store +Feature
- [#103](https://github.com/deveel/deveeldb/issues/103) - Redefinition of the Exceptions Code
- [#91](https://github.com/deveel/deveeldb/issues/91) - Raise Exceptions from Code
Commits: ...
# v2.0.8.450 (24 april 2016)
- [#157](https://github.com/deveel/deveeldb/issues/157) - full-text
- [#86](https://github.com/deveel/deveeldb/issues/86) - Loop Statements
- [#30](https://github.com/deveel/deveeldb/issues/30) - User-Defined Types Support +Feature
Commits: bfe046fa5f...bfe046fa5f
# v2.0.8.425 (18 april 2016)
- [#145](https://github.com/deveel/deveeldb/issues/145) - Replace the SQL Parser
- [#128](https://github.com/deveel/deveeldb/issues/128) - Parsing errors are not visible in NUnit logs
- [#100](https://github.com/deveel/deveeldb/issues/100) - Journaled Storage System
- [#96](https://github.com/deveel/deveeldb/issues/96) - Scattered File-Based Storage
- [#87](https://github.com/deveel/deveeldb/issues/87) - Transaction End Statements
- [#83](https://github.com/deveel/deveeldb/issues/83) - SQL Strings don't Equal Runtime Strings
- [#77](https://github.com/deveel/deveeldb/issues/77) - Design a Statement Execution Plan
- [#49](https://github.com/deveel/deveeldb/issues/49) - Event-Based Diagnostics and Reporting +Feature
- [#20](https://github.com/deveel/deveeldb/issues/20) - Function body definitions +Feature
- [#19](https://github.com/deveel/deveeldb/issues/19) - CREATE PROCEDURE statement to create stored procedures +Feature
- [#7](https://github.com/deveel/deveeldb/issues/7) - Domain consistent Exceptions
Commits: c6b80e85d5...c6b80e85d5
# 2.0.7.355 (24 mars 2016)
- [#137](https://github.com/deveel/deveeldb/pull/137) - New serialization contributed by Antonello Provenzano ([tsutomi](https://github.com/tsutomi))
- [#136](https://github.com/deveel/deveeldb/pull/136) - Removal of .Objects namespace and implementation of base class SqlValue contributed by Antonello Provenzano ([tsutomi](https://github.com/tsutomi))
- [#133](https://github.com/deveel/deveeldb/pull/133) - TODATE function is not evaluated contributed by ([ArsenShnurkov](https://github.com/ArsenShnurkov))
- [#131](https://github.com/deveel/deveeldb/issues/131) - Glob Names not Parsed
- [#129](https://github.com/deveel/deveeldb/pull/129) - 2 bugfixes + nonworking unit test for COUNT(*) contributed by ([ArsenShnurkov](https://github.com/ArsenShnurkov))
- [#127](https://github.com/deveel/deveeldb/pull/127) - new file added contributed by ([ArsenShnurkov](https://github.com/ArsenShnurkov))
- [#126](https://github.com/deveel/deveeldb/pull/126) - sources added contributed by ([ArsenShnurkov](https://github.com/ArsenShnurkov))
- [#125](https://github.com/deveel/deveeldb/pull/125) - Mono attempt 4 contributed by ([ArsenShnurkov](https://github.com/ArsenShnurkov))
- [#124](https://github.com/deveel/deveeldb/issues/124) - Move Back into Statements the Core Features +Feature
- [#123](https://github.com/deveel/deveeldb/issues/123) - Optional Specification of Columns with Default Value in INSERT statements
- [#121](https://github.com/deveel/deveeldb/issues/121) - [Req] Syntax for GENERATED BY DEFAULT AS IDENTITY
- [#120](https://github.com/deveel/deveeldb/issues/120) - [Req] Support for syntax NEXT VALUE FOR some_sequence +Feature
- [#113](https://github.com/deveel/deveeldb/issues/113) - Getting more done in GitHub with ZenHub
- [#112](https://github.com/deveel/deveeldb/issues/112) - Make Objects Self-Serializable +Feature
- [#111](https://github.com/deveel/deveeldb/issues/111) - Abstract Executor for Resolution of Queries +Feature
- [#110](https://github.com/deveel/deveeldb/issues/110) - Redesign of the Database System Creation Process +Feature
- [#109](https://github.com/deveel/deveeldb/issues/109) - Transition Query Context operations to the Query object
- [#108](https://github.com/deveel/deveeldb/issues/108) - Reformat Configurations
- [#107](https://github.com/deveel/deveeldb/issues/107) - Scope Services
- [#106](https://github.com/deveel/deveeldb/issues/106) - Move Variables to the Session Scope
- [#105](https://github.com/deveel/deveeldb/issues/105) - Move the Security Queries to the Session Context
- [#102](https://github.com/deveel/deveeldb/issues/102) - Support the LIMIT Clause in Queries +Feature
- [#98](https://github.com/deveel/deveeldb/issues/98) - Variable Management in Scope
- [#90](https://github.com/deveel/deveeldb/issues/90) - Delete Statement
- [#89](https://github.com/deveel/deveeldb/issues/89) - Security Statements
- [#88](https://github.com/deveel/deveeldb/issues/88) - Cursors Support
- [#85](https://github.com/deveel/deveeldb/issues/85) - Drop User Statement
- [#84](https://github.com/deveel/deveeldb/issues/84) - DROP VIEW Statement
- [#82](https://github.com/deveel/deveeldb/issues/82) - Reduce the Compilation Warnings
- [#81](https://github.com/deveel/deveeldb/issues/81) - Early Failure for Disposed Contexts After Transaction End
- [#79](https://github.com/deveel/deveeldb/issues/79) - Simplify the Query Context Create Process +Feature
- [#78](https://github.com/deveel/deveeldb/issues/78) - Unit Tests Failures on x86
- [#76](https://github.com/deveel/deveeldb/issues/76) - Inspect if User-Session Objects are Redundant
- [#75](https://github.com/deveel/deveeldb/issues/75) - Creating a Database Causes an Out-Of-Memory Error in x86
- [#74](https://github.com/deveel/deveeldb/pull/74) - .gitignore contributed by ([ArsenShnurkov](https://github.com/ArsenShnurkov))
- [#72](https://github.com/deveel/deveeldb/issues/72) - Portable SQL Compiler +Feature
- [#71](https://github.com/deveel/deveeldb/issues/71) - Complete the SQL Expression Binary Serializers
- [#70](https://github.com/deveel/deveeldb/issues/70) - Protect References to Transactions and User Sessions
- [#69](https://github.com/deveel/deveeldb/issues/69) - Query Plan Nodes and Statements Invoking to Query Context
- [#66](https://github.com/deveel/deveeldb/issues/66) - Large Objects Saved with an Invalid Final Size
- [#65](https://github.com/deveel/deveeldb/issues/65) - Load Modules from Configuration +Feature
- [#60](https://github.com/deveel/deveeldb/issues/60) - Binary Serialization of Query Plans
- [#54](https://github.com/deveel/deveeldb/issues/54) - Modular SQL Parser +Feature
- [#53](https://github.com/deveel/deveeldb/pull/53) - Add a Gitter chat badge to README.md contributed by The Gitter Badger ([gitter-badger](https://github.com/gitter-badger))
- [#51](https://github.com/deveel/deveeldb/issues/51) - Keep Alive Transactions
- [#50](https://github.com/deveel/deveeldb/issues/50) - Support for Portable Class Libraries +Feature
- [#48](https://github.com/deveel/deveeldb/pull/48) - waffle.io Badge contributed by Making GitHub Delicious. ([waffle-iron](https://github.com/waffle-iron))
- [#46](https://github.com/deveel/deveeldb/issues/46) - Direct Access through Code +Feature
- [#45](https://github.com/deveel/deveeldb/issues/45) - Support Configuration by Domain +Feature
- [#42](https://github.com/deveel/deveeldb/issues/42) - Data Object Abstractions +Feature
- [#40](https://github.com/deveel/deveeldb/issues/40) - New SQL Short String +Feature
- [#39](https://github.com/deveel/deveeldb/issues/39) - SQL Boolean Type +Feature
- [#38](https://github.com/deveel/deveeldb/issues/38) - SQL Date and Time +Feature
- [#35](https://github.com/deveel/deveeldb/issues/35) - User Privileges On Triggers
- [#32](https://github.com/deveel/deveeldb/issues/32) - New SQL Compiler +Feature
- [#31](https://github.com/deveel/deveeldb/issues/31) - User Privileges Evaluated at Connection Level
- [#28](https://github.com/deveel/deveeldb/issues/28) - User Authentication on the Database Through Direct Access +Feature
- [#27](https://github.com/deveel/deveeldb/issues/27) - Statement objects must be serializable +Feature
- [#26](https://github.com/deveel/deveeldb/issues/26) - It should be possible to select a variable without reference +Feature
- [#21](https://github.com/deveel/deveeldb/issues/21) - Review Expression building +Feature
- [#17](https://github.com/deveel/deveeldb/issues/17) - CASE ... WHEN Statement +Feature
- [#4](https://github.com/deveel/deveeldb/issues/4) - BETWEEN Dates Statement Tests
Commits: 2533ddd8d9...128102f92c
# deveeldb-v2.0.7.373 (31 mars 2016)
- [#135](https://github.com/deveel/deveeldb/issues/135) - PL/SQL Code Blocks +Feature
- [#115](https://github.com/deveel/deveeldb/issues/115) - Transfort the Select Query into an Implicit Cursor
- [#34](https://github.com/deveel/deveeldb/issues/34) - Trigger Body +Feature
- [#18](https://github.com/deveel/deveeldb/issues/18) - Exception handling in stored procedures +Feature
- [#5](https://github.com/deveel/deveeldb/issues/5) - ANY Filter Test
Commits: 6302e80df5...952049e9a7
# v2.0.8.452 (25 april 2016)
- [#130](https://github.com/deveel/deveeldb/issues/130) - Infer SQL Type from Values +Feature
- [#80](https://github.com/deveel/deveeldb/issues/80) - Allow System Tables Extensions
Commits: 14db3d11ed...14db3d11ed
# deveeldb-v2.0.7.370 (30 mars 2016)
- [#122](https://github.com/deveel/deveeldb/issues/122) - [mono] Command 'IF NOT EXIST ...' exited with code: 126 +Feature
Commits: 8bbed9c78d...c001c6457b
# v2.0.8.426 (18 april 2016)
- [#116](https://github.com/deveel/deveeldb/issues/116) - Redesign Events in 3-Phases Process +Feature
Commits: 8deb070d85...28477e5c25
# v2.0.8.440 (21 april 2016)
- [#114](https://github.com/deveel/deveeldb/issues/114) - Handle the Enter and Exit from Lockable Resorces +Feature
Commits: 06ed008310...06ed008310
# v2.0.8.438 (21 april 2016)
- [#101](https://github.com/deveel/deveeldb/issues/101) - Support for LINQ to SQL
- [#97](https://github.com/deveel/deveeldb/issues/97) - Single-File Storage System +Feature
- [#95](https://github.com/deveel/deveeldb/issues/95) - Fluid Query Builder +Feature
- [#94](https://github.com/deveel/deveeldb/issues/94) - Create Special Tables for Spatial Support +Feature
- [#62](https://github.com/deveel/deveeldb/issues/62) - XML Features +Feature
- [#61](https://github.com/deveel/deveeldb/issues/61) - Spatial Features +Feature
- [#41](https://github.com/deveel/deveeldb/issues/41) - Delegate CAST to Data Types +Feature
Commits: 322febcf8f...322febcf8f
# v2.0.8.455 (26 april 2016)
- [#43](https://github.com/deveel/deveeldb/issues/43) - Binary Serialization/Deserialization Delegated to Data Type +Feature
Commits: e62247245c...3b7b6cba66
# v2.0.8.439 (21 april 2016)
- [#37](https://github.com/deveel/deveeldb/issues/37) - Interval Types and Date Associations +Feature
Commits: 0090a79010...0090a79010
# deveeldb-v1.0.38-x86 (28 oktober 2014)
- [#10](https://github.com/deveel/deveeldb/issues/10) - Move command configurations to Connection String
- [#9](https://github.com/deveel/deveeldb/issues/9) - Command Execute Reader should implement Behaviors
Commits: 39ea621644...c3855b713d
# vNext
- [#158](https://github.com/deveel/deveeldb/issues/158) - Large Object Store +Feature
- [#103](https://github.com/deveel/deveeldb/issues/103) - Redefinition of the Exceptions Code
- [#91](https://github.com/deveel/deveeldb/issues/91) - Raise Exceptions from Code
Commits: ...