Yann Weber
8085efeb99
Replaced all lodel subthings import by LodelContext.expose_modules calls
Test passes
8 years ago
m.orban
08f07d45a8
Modified and added test for varchar. Modified strict test for datahandler integer
8 years ago
m.orban
a6cc69294a
Modified test for datetime datahandler
8 years ago
m.orban
f9d41368ab
Modified and added test unit for integer datahandler
8 years ago
Yann Weber
66d08738dc
Bugfixes in Backref process refs #131 and in Integer dh
Triggered a bug in wrong Integer DH tests
8 years ago
Yann Weber
622d486b0a
Small bugfixes in Integer DH and Update query class
8 years ago
m.orban
67bd4087a9
Moved new class exceptions in exceptions.py
8 years ago
m.orban
c7c0952ffb
checked_data_value passed test for datahandler class and derived class
8 years ago
Yann Weber
20c1627bda
Commenting & bufixing in datahandlers & queries
8 years ago
prieto
61e0567abf
Bugfixe in Datetime
8 years ago
Roland Haroutiounian
52564ee6db
Added tests for datetime and file datahandlers, with corresponding checks in the corresponding classes
8 years ago
prieto
a0d32cadb3
Some bugfixes in datahandlers
8 years ago
Roland Haroutiounian
46173c1dc9
Added unit test for the check data of the Text DataHandler
8 years ago
Roland Haroutiounian
925d42fb8e
The check_data_value method of the Varchar Datahandler is now using the max_length parameter
8 years ago
Roland Haroutiounian
0a6c5c96bd
Added unit tests for the Integer Datahandler
8 years ago
Roland Haroutiounian
ae3335deb8
Added a test for the check data functionnality of the Boolean datahandler
8 years ago
Yann Weber
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 )
8 years ago
Yann Weber
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
8 years ago
prieto
96f35011fa
Datas_base
8 years ago
prieto
4acb7832ff
Coorecting dats_base
8 years ago
prieto
b8b740ebd3
Adding _check_data_value methods for all types
8 years ago
Yann Weber
c5971d9590
Updated comments (and deleting space between ## and @brief )
8 years ago
Yann Weber
f572743c09
Bugfixes + add backreference support in datahandlers (untested)
8 years ago
Yann Weber
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
8 years ago