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
Yann Weber
0acd3d6612
Bugfixes in query and datasources.
8 years ago
Yann Weber
e3dbdc8e49
Untested but written db initialisation function in install/lodel_admin.py
8 years ago
Yann Weber
4c90b68fda
Bugfix and better exceptions handling in datasource initialization methods
8 years ago
Yann Weber
2da4b82770
Continue to split _init_datasource method of LeObject
8 years ago
Yann Weber
9b3087b363
Continue to prepare MigrationHandler database initialization script
8 years ago
Yann Weber
5ba8fd8e7f
em_test update + DataHandler bugfix & enhancement
8 years ago
Yann Weber
006b0c4bc0
Deleting old stuff + bugfix in install/Makefile and in install/lodel_admin.py
8 years ago
prieto
d24b7a92d6
Comments for doxygene
8 years ago
Yann Weber
d12d1e2865
Bugfixes in query.py and leobject.py + more test on Query <-> Datasource relations
8 years ago
prieto
6db8ef8404
Add Concat datahandler
8 years ago
Yann Weber
3128b17be8
Bugfixes in datahandlers base_classes.py
8 years ago
Yann Weber
c6334f903f
Bugfixes in LeGetQuery + more tests on LeObject.get <-> LeGetQuery
8 years ago
prieto
db835cd61e
Debug 15/06
8 years ago
Yann Weber
1ea9269742
Small bugfixes in leobject and validator
- Replaced a self. by cls. in leobject
- Changed default value for runtest option
8 years ago
Yann Weber
33b9ad84c6
Tests + bugfix on LeObject.get method
- Changed the way of instanciating results object in get (using __new__ )
8 years ago
Yann Weber
4e504f759e
Bufix on LeObject.update + test
8 years ago
Yann Weber
96f736ae16
Bufixes making test pass
8 years ago
Yann Weber
59e33b9a68
Bugfixes in query, in the execute method
8 years ago
Yann Weber
a3b3102604
New way to run test via loader & conf
8 years ago
prieto
7c5ebc3035
self.__namein delete
8 years ago
prieto
27985b8411
O
8 years ago
prieto
69c3001b1b
__ instead of _
8 years ago
prieto
11328fca29
Correction
8 years ago
prieto
c3e62e57be
Corrections
8 years ago
Yann Weber
9c23abcdcc
Bugfixes on leobject & query
8 years ago
prieto
669ec976a4
Corrections __init
8 years ago
prieto
53ad4dcbc0
Adding import warnings
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
prieto
a5474695a8
correct an error of keyboard
8 years ago
prieto
8806738bba
correct lequery execute
8 years ago
Yann Weber
378dfd9766
More test + change 1 exception in LeObject
8 years ago
Yann Weber
7f2246756d
Exceptions enhancement in LeObject
8 years ago
prieto
45f09240f7
Coorecting error by passing cls to query
8 years ago
prieto
a4dd1950e2
Name of exceptions
8 years ago
prieto
521f81728d
Correction raise LeApiErrors
8 years ago
Yann Weber
77d6fd8df5
More tests on LeOject
8 years ago
prieto
d5f0f9fd16
Corrections of a method name
8 years ago
Yann Weber
cccabc7ce4
More forgotten files
8 years ago
Yann Weber
976d0c90c8
First tests on LeObjects
8 years ago
Yann Weber
ca3fa4cc27
Forgotten files
8 years ago
prieto
8bee875d27
Method load
8 years ago
Yann Weber
9a82936fbf
Datasources plugins enhancement and loading bugfixes
- now we have a LodelHook to trigger migration handlers loading
- datasources initialization in dyncode is now trigger by a hook (lodel2_plugin_loaded)
- datasources loading by dyncode is better
8 years ago
Yann Weber
785a208d07
LodelHook logging enhancement
8 years ago
prieto
30b939f158
New load method
8 years ago
Yann Weber
59691165ae
Wrong method was called for preparing datas in LeUpdateQuery
8 years ago
Yann Weber
9da19f3665
Moved exceptions + LeUpdateQuery.__query implementation
- The LeUpdateQuery implementation is broken or at least have huge performance issue
- Moved LeObject exceptions and LeQuery exceptions in lodel.leapi.exceptions
8 years ago