1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-02-03 17:50:12 +01:00
Commit graph

20 commits

Author SHA1 Message Date
Yann
66d08738dc Bugfixes in Backref process refs #131 and in Integer dh
Triggered a bug in wrong Integer DH tests
2016-09-07 10:48:10 +02:00
Yann
622d486b0a Small bugfixes in Integer DH and Update query class 2016-09-07 10:39:24 +02:00
m.orban
67bd4087a9 Moved new class exceptions in exceptions.py 2016-09-02 17:48:55 +02:00
m.orban
c7c0952ffb checked_data_value passed test for datahandler class and derived class 2016-09-02 15:33:25 +02:00
Yann
20c1627bda Commenting & bufixing in datahandlers & queries 2016-08-26 11:35:13 +02:00
prieto
61e0567abf Bugfixe in Datetime 2016-08-25 11:05:14 +02:00
Roland Haroutiounian
52564ee6db Added tests for datetime and file datahandlers, with corresponding checks in the corresponding classes 2016-08-19 16:57:31 +02:00
prieto
a0d32cadb3 Some bugfixes in datahandlers 2016-08-19 15:20:03 +02:00
Roland Haroutiounian
46173c1dc9 Added unit test for the check data of the Text DataHandler 2016-08-18 16:39:33 +02:00
Roland Haroutiounian
925d42fb8e The check_data_value method of the Varchar Datahandler is now using the max_length parameter 2016-08-18 14:12:13 +02:00
Roland Haroutiounian
0a6c5c96bd Added unit tests for the Integer Datahandler 2016-08-18 12:08:01 +02:00
Roland Haroutiounian
ae3335deb8 Added a test for the check data functionnality of the Boolean datahandler 2016-08-18 10:58:26 +02:00
Yann
6e89fca151 The automatic UID creation by datasource implementation implies somes changes :
The UniqID datahandler has to call the datasource
	LeObject has to be able to determine wich parent class define its UID datahandler
	[NOT IMPLEMENTED] the datasource should be able to select with an abstract LeObject as target ( see #92 )
2016-06-22 14:20:46 +02:00
Yann
2faeff1ecb Implement construct data for datetime + bugfix in datahandler base class
- datahandler base class was not supporting default values due to a bug
- implements the datetime datahandler construct_data method
2016-06-22 11:31:35 +02:00
prieto
96f35011fa Datas_base 2016-06-10 17:08:12 +02:00
prieto
4acb7832ff Coorecting dats_base 2016-06-10 17:07:37 +02:00
prieto
b8b740ebd3 Adding _check_data_value methods for all types 2016-06-10 17:01:20 +02:00
Yann
c5971d9590 Updated comments (and deleting space between ## and @brief ) 2016-04-12 12:16:52 +02:00
Yann
f572743c09 Bugfixes + add backreference support in datahandlers (untested) 2016-04-06 14:05:52 +02:00
Yann
e5898b29b6 Refactoring of datahandlers to simplify from_name() method
Warning, this commit is in a broken state. The em_test.py doesn't works yet
because it uses old relation handler (that doesn't exists anymore). The pickle file in
example is broken too
2016-04-04 15:33:22 +02:00