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