]> err.no Git - sope/blob - sope-gdl1/GDLAccess/ChangeLog
added missing inline pathes
[sope] / sope-gdl1 / GDLAccess / ChangeLog
1 2005-08-16  Helge Hess  <helge.hess@opengroupware.org>
2
3         * GNUmakefile, GNUmakefile.preamble: added OSX framework compilation
4           (v4.5.54)
5
6 2005-08-05  Helge Hess  <helge.hess@opengroupware.org>
7
8         * EOAdaptorContext.m, common.h: do not include NSUtilities.h on Cocoa
9           (v4.5.53)
10
11 2005-06-02  Helge Hess  <helge.hess@skyrix.com>
12
13         * EOJoinTypes.h: properly protect header against multiple inclusion
14           (fixes a compilation issue) (v4.5.52)
15
16 2005-05-05  Helge Hess  <helge.hess@opengroupware.org>
17
18         * fixed gcc 4.0 warnings (v4.5.51)
19
20 2005-04-21  Helge Hess  <helge.hess@opengroupware.org>
21
22         * EOAdaptorChannel.[hm]: added -describeResults: as a public method,
23           implemented -describeResults based on that (adaptors now need to
24           override -describeResults:) (v4.5.50)
25
26 2005-04-12  Helge Hess  <helge.hess@opengroupware.org>
27
28         * v4.5.49
29
30         * fixed various gcc 3.4.3 warnings
31
32         * removed support for unused EOAttribute features like flattened, 
33           derived, read-only, insert/update formats, definition
34
35 2005-03-15  Helge Hess  <helge.hess@opengroupware.org>
36
37         * FoundationExt/GNUmakefile: properly include config.make (v4.5.48)
38
39 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
40
41         * EOAdaptor.m: added +adaptorForURL: method to create EOAdaptor
42           objects from JDBC style URLs (eg PostgreSQL://OGo:OGo@localhost/OGo")
43           (v4.5.47)
44
45 2005-01-14  Helge Hess  <helge.hess@opengroupware.org>
46
47         * EOAdaptorDataSource.m: fixed a bug in the sorting code, the "AS" was
48           missing in the SQL rename statement (v4.5.46)
49
50 2005-01-13  Helge Hess  <helge.hess@opengroupware.org>
51
52         * EOAdaptorDataSource.m: improved -description (v4.5.45)
53
54 2005-01-04  Helge Hess  <helge.hess@opengroupware.org>
55
56         * EOAttribute.m, EOFaultHandler.m, EODatabaseFaultResolver.m: added 
57           casts to avoid compile warnings with Xcode (v4.5.44)
58
59 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
60
61         * v4.5.43
62
63         * GDLAccess.xcode: minor fixes and updated
64
65         * EOAttribute.m: changed usage of -timeZoneName (deprecated) to -name
66           for Foundations different to libFoundation.
67
68 2004-11-13  Helge Hess  <helge.hess@opengroupware.org>
69
70         * EOAdaptor.m: fixed a bug in the lookup of GDL adaptor bundles
71           (v4.5.42)
72
73 2004-11-11  Marcus Mueller  <znek@mulle-kybernetik.com>
74
75         * GDLAccess.xcode: fixed Xcode build by providing all necessary
76           major/minor numbers and bumped the framework revision
77
78 2004-11-09  Helge Hess  <helge.hess@skyrix.com>
79
80         * v4.5.41
81
82         * bumped version from 1.3 to 4.5 to be consistent with the remaining
83           SOPE versions (the "super major version" is still gdl1)
84
85         * EOAdaptor.m: fixed adaptor lookup path
86
87 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
88
89         * GDLAccess.xcode: new Xcode project
90
91 2004-09-11  Marcus Mueller  <znek@mulle-kybernetik.com>
92
93         * GNUmakefile.preamble, FoundationExt/GNUmakefile: minor changes for
94           inline compilation with GNUSTEP_BUILD_DIR set elsewhere (v1.1.40)
95
96 2004-09-06  Helge Hess  <helge.hess@skyrix.com>
97
98         * EOSQLQualifier.m: fixed a compile warning related to scanner handler
99           and NSArray argument instead of va_list (v1.1.39)
100
101 2004-09-06  Helge Hess  <helge.hess@opengroupware.org>
102
103         * EOAdaptorChannel.m: added
104           -selectAttributesX:describedByQualifier:fetchOrder:lock: for
105           selects which return, not raise, exceptions (v1.1.38)
106
107 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
108
109         * GNUmakefile.preamble: added library search pathes for FHS install
110           (v1.1.37)
111
112 2004-08-30  Helge Hess  <helge.hess@opengroupware.org>
113
114         * v1.1.36
115
116         * EOAdaptor.m: also look for adaptors in /usr/lib/sope-4.3/dbadaptors
117           and /usr/local/lib/sope-4.3/dbadaptors
118
119         * added hack to install the project in FHS locations - the library,
120           its headers, the tools and the resources will be installed in
121           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
122
123 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
124
125         * EOAdaptor.m: look for adaptor bundles in Library/GDLAdaptors-1.1/
126           (v1.1.35)
127
128         * increased version to v1.1 because it depends on libEOControl v4.3
129           (v1.1.34)
130
131 2004-08-21  Helge Hess  <helge.hess@opengroupware.org>
132
133         * v1.0.33
134
135         * fixed for SOPE 3.3 directory layout
136
137         * removed GDLExtensions
138
139         * moved headers files from EOAccess subdirectory to main directory
140
141 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
142
143         * moved from ThirdParty to SOPE/sope-gdl1 (v1.0.32)
144
145 2004-06-29  Helge Hess  <helge.hess@opengroupware.org>
146
147         * v1.0.31
148         
149         * EOAdaptorChannel.m: fixed a bug in the transaction check introduced
150           in v1.0.29 - resulted in OGo bug #824, #825
151         
152         * EODatabaseChannel.m: use new "X" adaptor methods
153
154         * GNUmakefile.preamble: added include path to SOPE/skyrix-core for
155           "inline" compilation (v1.0.30)
156
157 2004-06-28  Helge Hess  <helge.hess@opengroupware.org>
158
159         * EOAdaptorChannel.[hm]: added more "X" methods which do not raise
160           exceptions (v1.0.29)
161
162         * EOAdaptorChannel.m: added new method -evaluateExpressionX: which 
163           returns the exception instead of raising it. It returns 
164           @"EOEvaluationError" if the -evaluateExpression: returned NO without
165           raising an exception. It is recommended that adaptor classes 
166           implement -evaluateExpression: using -evaluateExpressionX:, not the
167           other way around (v1.0.28)
168
169 2004-06-27  Helge Hess  <helge.hess@opengroupware.org>
170
171         * EOModel.m: minor code cleanups (v1.0.27)
172
173 2004-06-21  Helge Hess  <helge.hess@opengroupware.org>
174
175         * EOModel.m: some code cleanups, improved description (v1.0.26)
176
177 2004-06-06  Helge Hess  <helge.hess@opengroupware.org>
178
179         * fixed Xcode compilation with embedded FoundationExt classes (v1.0.25)
180
181 2004-05-14  Helge Hess  <helge@developer.opengroupware.org>
182
183         * EOAdaptorDataSource.m: removed some ==YES comparisons, minor cleanups
184           (v1.0.24)
185
186 2004-03-14  Helge Hess  <helge.hess@opengroupware.org>
187
188         * v1.0.23
189
190         * EOSQLQualifier.m: improved -description method
191
192         * EOSQLExpression.m: moved EOSelectSQLExpression to separate file, 
193           added a -description method, various minor code cleanups
194
195         * EOExpressionArray.m: added a -description method, minor cleanups
196         
197         * EOAdaptorChannel.m: minor code cleanups
198         
199         * EODatabaseContext.m: removed registration for 
200           EOCooperatingObjectStoreNeeded notification (solves an issue with
201           gstep-base)
202
203 2004-03-09  Helge Hess  <helge.hess@opengroupware.org>
204
205         * EOAdaptorChannel.m, EOAdaptorDataSource.m, EOAttribute.m,
206           EODatabase.m, EOEntity.m, EOEntityClassDescription.m,
207           EOQualifier+SQL.m, EOSQLExpression.m, common.h, EOQualifierScanner.h:
208           various subminor fixes for compilation against gstep-base (v1.0.22)
209
210 2004-02-12  Helge Hess  <helge.hess@opengroupware.org>
211
212         * EODatabaseChannel.m: only check for GC objects on libFoundation
213           (v1.0.21)
214
215 2004-01-29  Helge Hess  <helge.hess@skyrix.com>
216
217         * EORecordDictionary.m: disabled a profiling log (v1.0.20)
218
219 2004-01-07  Helge Hess  <helge@groove.local>
220
221         * some tweaks for Xcode compilation (v1.0.19)
222
223 2004-01-04  Helge Hess  <helge.hess@opengroupware.org>
224
225         * v1.0.18
226
227         * more tweaks to makefiles and source, now seems to compile fine on
228           MacOSX
229         
230         * added FoundationExt subproject containing the necessary classes from
231           the extensions library, that is, the FormatScanner, 
232           PrintfFormatScanner and DefaultScannerHandler
233
234 2004-01-03  Helge Hess  <helge.hess@opengroupware.org>
235
236         * v1.0.17
237
238         * EORecordDictionary.m: cache -hash and -isEqual selector in 
239           objectForKey:
240
241         * various changes to make gnustep-db compile on MacOSX (eg do not use
242           InvalidArgumentException class but rather NSInvalidArgumentException
243           exception name, etc)
244         
245 2003-12-29  Helge Hess  <helge.hess@opengroupware.org>
246
247         * EORecordDictionary.m(dealloc): cache release method of dict key, 
248           which is basically always an NSString, also cache empty dictionary
249           (v1.0.16)
250         
251 2003-10-20  Helge Hess  <helge.hess@skyrix.com>
252
253         * v1.0.15
254         
255         * common.h: do not use zones for memory allocation (read: speedup)
256
257         * removed support for Boehm GC, makes code much more readable and
258           shorter (and isn't used in OGo anyway ...)
259
260         * removed some warnings, some FoundationExt cleanups
261
262         * EOExpressionArray.h: does not inherit from GCObject and use
263           GCMutableArray anymore (replaced with NSObject and NSMutableArray)
264
265         * EODatabaseContext.m: removed some unused methods
266
267         * removed some GCObject dependency
268
269         * EODatabaseChannel.m: removed some unused methods
270
271 Wed Oct 15 16:26:50 2003  Jan Reichmann  <jr@skyrix.com>
272
273         * EOModel.m: initialize model name with the filename which contains the model
274           (*.eomodel) (v1.0.14)
275
276 Sun Sep 07 00:30:59 2003  Marcus Mueller  <znek@mulle-kybernetik.com>
277
278         * GNUmakefile: reordered autodoc target
279
280 Mon Jul 14 14:07:22 2003  Jan Reichmann  <jr@skyrix.com>
281
282         *  fixed license entries (v1.0.13)
283
284 Fri Jul  4 19:15:35 2003  Helge Hess  <helge.hess@skyrix.com>
285
286         * imported into OpenGroupware.org (v1.0.11)