1 |
|
2007-09-07 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/controllers.py, |
3 |
|
tools/formed/formed/plugins/web/renderer.py: Moved more render |
4 |
|
functions into renderer.py. New render classes are: |
5 |
|
DataSetDigestRenderer, DataSetNavigationRenderer, |
6 |
|
DataSetFormularRenderer, ConfirmationDialogRenderer |
7 |
|
|
8 |
|
Note: The new methods are only called from selected handlers. Other |
9 |
|
handlers call the renderes in the old way. |
10 |
|
|
11 |
|
2007-09-07 Torsten Irlaender <[email protected]> |
12 |
|
* tools/formed/formed/plugins/web/form_renderer.py: Renamed |
13 |
|
renderer.py to form_renderer.py. This file will contain formular |
14 |
|
specfic render methods in the future. |
15 |
|
* tools/formed/formed/plugins/web/renderer.py: Added new renderer.py |
16 |
|
which will contain general render methods. |
17 |
|
* tools/formed/formed/plugins/web/controllers.py: Began to move all |
18 |
|
rendering into renderer.py or form_renderer.py. This file will only |
19 |
|
contain teh handlers in the future. |
20 |
|
|
21 |
|
2007-09-07 Torsten Irlaender <[email protected]> |
22 |
|
* tools/formed/formed/plugins/web/renderer.py, |
23 |
|
tools/formed/formed/plugins/web/controller.py: |
24 |
|
Renderes now get an instance of the formdata object to provide |
25 |
|
access the data needed to render various infoboxes etc. Handler |
26 |
|
instanciate the formdata. |
27 |
|
|
28 |
|
2007-09-06 Torsten Irlaender <[email protected]> |
29 |
|
* tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the |
30 |
|
getFormData interface to work. Added two small semantic fixes, but |
31 |
|
did not manage to get it up. Need to exime this a little bit more |
32 |
|
* tools/formed/formed/plugins/web/controllers.py: Put <div> tags |
33 |
|
around the menus on the right side to be able to assign different |
34 |
|
styles. Added dataset actions while editing a dataset. |
35 |
|
|
36 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
37 |
|
* tools/formed/formed/model/memory.py: Fixed deleting datasets by |
38 |
|
removing unwanted del method |
39 |
|
* tools/formed/formed/plugins/web/controllers.py: Implemented |
40 |
|
confiration dialogs for create, delete, and select aof datasets. Started to use |
41 |
|
templates as well for larger information units like the dataset summary. |
42 |
|
|
43 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/model/nodecomponents.py: Added a |
46 |
|
method to document to find index of page. |
47 |
|
|
48 |
|
* tools/formed/formed/plugins/web/semantic.py: Added getValue() |
49 |
|
to fetch data from semantic box. |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new |
52 |
|
FormData implementation to support DB and semantic box. |
53 |
|
|
54 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/renderer.py: escaped |
57 |
|
error message. |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/web/controllers.py: Don't fetch |
60 |
|
dataset from backend each time a page is up to edit. |
61 |
|
|
62 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer |
65 |
|
returns "Page not found" if given page is None. |
66 |
|
|
67 |
|
* tools/formed/formed/plugins/web/controllers.py: Added checks |
68 |
|
to avoid crashing when ask for a non-existent page. |
69 |
|
|
70 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
73 |
|
|
74 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/web/plugin.py: Remove request handlers |
77 |
|
and renderers. |
78 |
|
|
79 |
|
* tools/formed/formed/plugins/web/controllers.py: New. Contains handlers |
80 |
|
and renderers now. TODO: Move renderers to renderer.py |
81 |
|
|
82 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
83 |
|
|
84 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
85 |
|
and bound in the the new added functions to create, edit, delete and |
86 |
|
show formdata. |
87 |
|
|
88 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* tools/formed/formed/model/memory.py: Removed bisect and use a |
91 |
|
simple linear scan for dataset lookup now. |
92 |
|
|
93 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
94 |
|
of different sizes. |
95 |
|
|
96 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
97 |
|
|
98 |
|
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
99 |
|
fuction |
100 |
|
|
101 |
|
* tools/formed/formed/plugins/web/persistent.py: Added store() method |
102 |
|
to the DataSet interface |
103 |
|
|
104 |
|
* tools/formed/formed/plugins/web/renderer.py: Added handlers and |
105 |
|
renderes for create, update, delete and show actions on formular data. |
106 |
|
|
107 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
108 |
|
|
109 |
|
* tools/formed/formed/plugins/web/server.py: The mapping |
110 |
|
to methods is now driven by regualar expressions and |
111 |
|
a dictionary. Response objects are now able to send |
112 |
|
error codes. |
113 |
|
|
114 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed an issue |
115 |
|
when help in Formdata is None. Moved text for help into |
116 |
|
a top level '''...''' variable. |
117 |
|
|
118 |
|
* tools/formed/test-data/simple.xml: Added test for help. |
119 |
|
|
120 |
|
* tools/formed/formed/plugins/web/help.py: extra None check. |
121 |
|
|
122 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the new |
123 |
|
table driven mapping of reguest handling. TODO: split the |
124 |
|
WebPlugIn.pageHandler() method further to smaller handlers. |
125 |
|
Smaller clean ups and better exception handling. |
126 |
|
|
127 |
|
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
128 |
|
and do not catch them. |
129 |
|
|
130 |
|
2007-09-04 Torsten Irlaender <[email protected]> |
131 |
|
|
132 |
|
* tools/formed/formed/plugins/web/renderer.py, |
133 |
|
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
134 |
|
the HelpProvider and inserted help icons to the html output. |
135 |
|
Added decorator for Formelemnts, so textfields, choices etc. are now |
136 |
|
within a <div> tag. |
137 |
|
Modified the error messages. |
138 |
|
|
139 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
140 |
|
|
141 |
|
* tools/formed/formed/plugins/web/cache.py: New. Implements |
142 |
|
the server-side caching more clean. Fixes a bug with |
143 |
|
serving static content. |
144 |
|
|
145 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new cache. |
146 |
|
|
147 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
148 |
|
|
149 |
|
* tools/formed/formed/plugins/web/plugin.py: Set MIME type |
150 |
|
to "application/xhtml+xml" when serving help texts. |
151 |
|
|
152 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
153 |
|
|
154 |
|
* tools/formed/formed/plugins/export/diff.py: New. Exports |
155 |
|
pairwise differences between all modes. |
156 |
|
|
157 |
|
* tools/formed/formed/config.py: Use new export filter. |
158 |
|
|
159 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
160 |
|
|
161 |
|
* tools/formed/formed/plugins/web/help.py: New. Parses an |
162 |
|
XHTML document for id'ed divs and builds a help lookup. |
163 |
|
|
164 |
|
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |
165 |
|
the help content frame. |
166 |
|
|
167 |
|
* tools/formed/formed/plugins/web/www/help.xhtml: Some simple |
168 |
|
help text index. |
169 |
|
|
170 |
|
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
171 |
|
texts now. |
172 |
|
|
173 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
174 |
|
|
175 |
|
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
176 |
|
elements will be rendered in the formular navigation. |
177 |
|
Formular pages in the navigation now have their own css-style |
178 |
|
attributes. |
179 |
|
|
180 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
181 |
|
|
182 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
183 |
|
errors in template |
184 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |
185 |
|
pageerrors variable |
186 |
|
|
187 |
|
2007-09-03 Frank Koormann <[email protected]> |
188 |
|
|
189 |
|
* tools/formed/formed/plugins/export/html.py |
190 |
|
(RecursiveExporter): Added annotation to export |
191 |
|
(fillRow()): Renamed old fillNine to this more generic name. |
192 |
|
|
193 |
|
|
194 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
195 |
|
|
196 |
|
* tools/formed/formed/plugins/web/renderer.py: Using the decorator |
197 |
|
from model.misc now. |
198 |
|
|
199 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
200 |
|
|
201 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
202 |
|
'annotation' attribute to node components. This is to |
203 |
|
enable FormEd document authors to add comments to groups |
204 |
|
and fields. |
205 |
|
|
206 |
|
2007-09-03 Frank Koormann <[email protected]> |
207 |
|
|
208 |
|
* tools/formed/formed/model/nodecomponents.py |
209 |
|
(NodeComponent.getParent): New method to get node components parent. |
210 |
|
|
211 |
|
* tools/formed/formed/plugins/export/html.py: Export Choice option |
212 |
|
as simple list instead of collection of bools. |
213 |
|
|
214 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
215 |
|
|
216 |
|
* tools/formed/formed/model/persistent.py: Interfaces to abstract |
217 |
|
from persistent storage details. |
218 |
|
|
219 |
|
* tools/formed/formed/model/memory.py: In core implementation |
220 |
|
of the persistent interfaces. |
221 |
|
|
222 |
|
* tools/formed/formed/main.py: Holds a memory data store now. |
223 |
|
|
224 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
225 |
|
|
226 |
|
* tools/formed/formed/plugins/export/sql.py, |
227 |
|
tools/formed/formed/plugins/export/html.py: Fixed constructor chains |
228 |
|
for FileDialogFilter sub classes. |
229 |
|
|
230 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
|
* tools/formed/formed/model/misc.py: Checking the mode in recursive |
233 |
|
tree traversals is a common task. To ease this a decorator function |
234 |
|
checkMode in union with sub classing ModeChecker can be used. |
235 |
|
To make it work simply subclass from ModeChecker and add the decorator |
236 |
|
to the methods that need mode tracking. Before you start the recursion |
237 |
|
call self.prepareDescent(). |
238 |
|
|
239 |
|
* tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme |
240 |
|
now which replace the old. TODO: Make the web renderer use the new scheme |
241 |
|
too. |
242 |
|
|
243 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
244 |
|
|
245 |
|
* tools/formed/formed/plugins/export/sql.py: Removed needless import. |
246 |
|
|
247 |
|
* tools/formed/formed/plugins/export/html.py: HTML table exporter |
248 |
|
uses new FileDialogFilter base class too. |
249 |
|
|
250 |
|
2007-09-02 Sascha L. Teichmann <[email protected]> |
251 |
|
|
252 |
|
* tools/formed/formed/plugins/ui/*: New. All file exporters |
253 |
|
need a file dialog. Till now each of them pulled up its |
254 |
|
own. This was silly code replication. Now there is an abstract |
255 |
|
base class 'FileDialogFilter' which implements the common |
256 |
|
behavior. The file exporters should subclass it. |
257 |
|
|
258 |
|
* tools/formed/formed/plugins/export/sql.py: Subclass the SQL |
259 |
|
exporters from the new base class. TODO: Subclass the HTML |
260 |
|
exporter too. |
261 |
|
|
262 |
|
2007-08-31 Sascha L. Teichmann <[email protected]> |
263 |
|
|
264 |
|
* tools/formed/formed/plugins/export/html.py: Make mode check |
265 |
|
work (again). |
266 |
|
|
267 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
268 |
|
|
269 |
|
* tools/formed/formed/plugins/export/html.py: Rendering of the HTML |
270 |
|
exprt works now in a recursive way. This change was needed because |
271 |
|
the structure of the formedtree has changed to be able to render |
272 |
|
full hirachically document stuctures. (nested lists) |
273 |
|
TODO: Fix modechecking |
274 |
|
|
275 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
276 |
|
|
277 |
|
* tools/formed/formed/plugins/web/plugin.py: Navigation rendering works |
278 |
|
now in recursive way. This change was needed because the structure |
279 |
|
of the formedtree has changed to be able to render full hirachically |
280 |
|
document stuctures. (nested lists) |
281 |
|
|
282 |
|
2007-08-31 Sascha L. Teichmann <[email protected]> |
283 |
|
|
284 |
|
* tools/formed/formed/model/nodecomponents.py: use discard() |
285 |
|
instead of remove on sets. |
286 |
|
|
287 |
|
* tools/formed/formed/plugins/export/sql.py: Added an |
288 |
|
exporter for table views. |
289 |
|
|
290 |
|
* tools/formed/formed/config.py: Added the new exporter |
291 |
|
to the list of export filters. |
292 |
|
|
293 |
|
2007-08-30 Sascha L. Teichmann <[email protected]> |
294 |
|
|
295 |
|
* tools/formed/formed/model/data.py: Fixed a bug in |
296 |
|
Page.allWidgets() |
297 |
|
|
298 |
|
* tools/formed/formed/plugins/export/sql.py: Added an exporter |
299 |
|
for stored procudeures. |
300 |
|
|
301 |
|
* tools/formed/formed/config.py: Add the new SP exporter. |
302 |
|
|
303 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
304 |
|
|
305 |
|
* tools/formed/formed/plugins/web/plugin.py, |
306 |
|
tools/formed/formed/plugins/web/error_renderer.py: Added interface |
307 |
|
to get the errors for a whole page in te formular. These errors can |
308 |
|
now be displayed on the top of the formular. |
309 |
|
|
310 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
311 |
|
|
312 |
|
* tools/formed/formed/plugins/web/renderer.py: Finished implementation |
313 |
|
of the getFromData interface and prepared the rederer for generating |
314 |
|
nice error messages |
315 |
|
|
316 |
|
2007-08-28 Frank Koormann <[email protected]> |
317 |
|
|
318 |
|
* tools/formed/formed/plugins/export/sql.py |
319 |
|
(SchemaCreator.createSchema, SchemaCreator._createGroup): |
320 |
|
Fixed typo in created DDS (PRIMRAY -> PRIMARY) |
321 |
|
|
322 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
323 |
|
|
324 |
|
* tools/formed/formed/plugins/export/sql.py: Added small helper |
325 |
|
function to generated valid quotes within the sql statements |
326 |
|
|
327 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
328 |
|
|
329 |
|
* tools/formed/formed/plugins/export/sql.py: Added foreign keys |
330 |
|
for repeat tables. |
331 |
|
|
332 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
333 |
|
|
334 |
|
* tools/formed/formed/plugins/export/sql.py: When generating |
335 |
|
an extra table check in a table of same content exists. In |
336 |
|
this case reference the existing table. |
337 |
|
|
338 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
339 |
|
|
340 |
|
* tools/formed/formed/plugins/export/sql.py: Rewritten to produce |
341 |
|
_real_ SQL and respect repeat groups. |
342 |
|
|
343 |
|
* tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat() |
344 |
|
|
345 |
|
* tools/formed/formed/plugins/web/renderer.py: Use "".join([]) |
346 |
|
instead of expensive += string concat in some places. |
347 |
|
|
348 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
349 |
|
|
350 |
|
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
351 |
|
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
352 |
|
|
353 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
354 |
|
|
355 |
|
* tools/formed/plugins/web/renderer.py: Added Formdata interface. |
356 |
|
* tools/formed/model/data.py: Implements Formadata interface to |
357 |
|
textfields. Fieldset generated depends now on the "invisible" |
358 |
|
attribute of the groupnode. Field-label generation slightly changed. |
359 |
|
Added error indication to textfields |
360 |
|
|
361 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
362 |
|
|
363 |
|
* tools/formed/formed/model/data.py, |
364 |
|
tools/formed/formed/io/document.py: Removed support |
365 |
|
of logical groups. |
366 |
|
|
367 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
368 |
|
|
369 |
|
* tools/formed/formed/io/document.py: Avoid saving empty |
370 |
|
attributes. |
371 |
|
|
372 |
|
* tools/formed/test-data/simple.xml: Applied. |
373 |
|
|
374 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
375 |
|
|
376 |
|
* tools/formed/formed/model/data.py: Added 'repeat' and |
377 |
|
'invisible' attributes to group. TODO: remove logical group. |
378 |
|
|
379 |
|
2007-08-27 Torsten Irlaender <[email protected]> |
380 |
|
|
381 |
|
* tools/formed/plugins/web/plugin.py, |
382 |
|
tools/formed/plugins/web/renderer.py: Started to include stylesheet |
383 |
|
depending tags in the html generation. |
384 |
|
|
385 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
386 |
|
|
387 |
|
* tools/formed/formed/model/data.py, |
388 |
|
tools/formed/formed/io/document.py: Added a logical group. |
389 |
|
It has an attribute 'repeat' to indicate that it might |
390 |
|
be worthy an external table in DB schema. |
391 |
|
|
392 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
393 |
|
|
394 |
|
* tools/formed/formed/plugins/web/plugin.py: Support |
395 |
|
serving of static content. |
396 |
|
|
397 |
|
* tools/formed/formed/plugins/web/server.py: Removed |
398 |
|
old send code. |
399 |
|
|
400 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
401 |
|
|
402 |
|
* tools/formed/formed/plugins/web/plugin.py: Use new |
403 |
|
Response object. Fix typo. |
404 |
|
|
405 |
|
* tools/formed/formed/plugins/web/server.py: support |
406 |
|
response object to serve different MIME types. |
407 |
|
|
408 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
409 |
|
|
410 |
|
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
411 |
|
to FORMED environment variable to specify the |
412 |
|
root of the static content. |
413 |
|
|
414 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
415 |
|
|
416 |
|
* tools/formed/formed/model/data.py, |
417 |
|
tools/formed/formed/model/nodecomponents.py: Fixed mode issues. |
418 |
|
|
419 |
|
* tools/formed/formed/plugins/web/www, |
420 |
|
tools/formed/formed/plugins/web/www/main.tmpl: New. Contains |
421 |
|
a template for the HTML output. |
422 |
|
|
423 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixes several smaller |
424 |
|
mode issues. Introduces CSS support. Simplified the action |
425 |
|
handling. |
426 |
|
|
427 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed the |
428 |
|
nagivation code. |
429 |
|
|
430 |
|
* tools/formed/formed/plugins/web/server.py: Added missing import. |
431 |
|
|
432 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
433 |
|
|
434 |
|
* tools/formed/formed/model/data.py: Added missing broadcast |
435 |
|
parameter to setAttribute() of RuleLeaf. |
436 |
|
|
437 |
|
* tools/formed/formed/plugins/web/plugin.py: Factorize |
438 |
|
HTTP server code out to separate module. |
439 |
|
|
440 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
441 |
|
needless -1 from pop() |
442 |
|
|
443 |
|
* tools/formed/formed/plugins/web/server.py: New. Contains |
444 |
|
the HTTP server code now. |
445 |
|
|
446 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
447 |
|
|
448 |
|
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
449 |
|
|
450 |
|
* tools/formed/formed/model/expr.py: Added. A simple RPN |
451 |
|
expression evaluator. To avoid the problem of eval()ing |
452 |
|
arbitrary python expressions I've decided to use a very |
453 |
|
basic and limited stack machine to support rule checking. |
454 |
|
|
455 |
|
* tools/formed/formed/model/data.py: Added a RuleLeaf. |
456 |
|
|
457 |
|
* tools/formed/formed/io/document.py: Added factories for rules. |
458 |
|
|
459 |
|
* tools/formed/formed/model/nodecomponents.py: Add a method |
460 |
|
to find all items of a given type in document for a given |
461 |
|
mode. Usefull to find all rules in the tree. |
462 |
|
|
463 |
|
* tools/formed/formed/ui/controls.py: Added a listener mechanism |
464 |
|
to attribute table to report exceptions when setting a value |
465 |
|
from GUI. Useful to report compilation errors when setting |
466 |
|
expr of rule leafs. |
467 |
|
|
468 |
|
* tools/formed/formed/main.py: Added a method to track exceptions |
469 |
|
from the attribute table and pop up dialogs if they occur. |
470 |
|
Added a counter of rule modifications in tree. Useful if you |
471 |
|
want build cached data structures like rule sets and you want |
472 |
|
to know if they are still valid. |
473 |
|
|
474 |
2007-08-24 Torsten Irlaender <[email protected]> |
2007-08-24 Torsten Irlaender <[email protected]> |
475 |
|
|
476 |
* tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint |
* tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint |