prieto
6db8ef8404
Add Concat datahandler
8年前
Yann Weber
3128b17be8
Bugfixes in datahandlers base_classes.py
8年前
Yann Weber
c6334f903f
Bugfixes in LeGetQuery + more tests on LeObject.get <-> LeGetQuery
8年前
prieto
db835cd61e
Debug 15/06
8年前
Yann Weber
1ea9269742
Small bugfixes in leobject and validator
- Replaced a self. by cls. in leobject
- Changed default value for runtest option
8年前
Yann Weber
33b9ad84c6
Tests + bugfix on LeObject.get method
- Changed the way of instanciating results object in get (using __new__ )
8年前
Yann Weber
4e504f759e
Bufix on LeObject.update + test
8年前
Yann Weber
96f736ae16
Bufixes making test pass
8年前
Yann Weber
59e33b9a68
Bugfixes in query, in the execute method
8年前
Yann Weber
a3b3102604
New way to run test via loader & conf
8年前
prieto
7c5ebc3035
self.__namein delete
8年前
prieto
27985b8411
O
8年前
prieto
69c3001b1b
__ instead of _
8年前
prieto
11328fca29
Correction
8年前
prieto
c3e62e57be
Corrections
8年前
Yann Weber
9c23abcdcc
Bugfixes on leobject & query
8年前
prieto
669ec976a4
Corrections __init
8年前
prieto
53ad4dcbc0
Adding import warnings
8年前
prieto
96f35011fa
Datas_base
8年前
prieto
4acb7832ff
Coorecting dats_base
8年前
prieto
b8b740ebd3
Adding _check_data_value methods for all types
8年前
prieto
a5474695a8
correct an error of keyboard
8年前
prieto
8806738bba
correct lequery execute
8年前
Yann Weber
378dfd9766
More test + change 1 exception in LeObject
8年前
Yann Weber
7f2246756d
Exceptions enhancement in LeObject
8年前
prieto
45f09240f7
Coorecting error by passing cls to query
8年前
prieto
a4dd1950e2
Name of exceptions
8年前
prieto
521f81728d
Correction raise LeApiErrors
8年前
Yann Weber
77d6fd8df5
More tests on LeOject
8年前
prieto
d5f0f9fd16
Corrections of a method name
8年前
Yann Weber
cccabc7ce4
More forgotten files
8年前
Yann Weber
976d0c90c8
First tests on LeObjects
8年前
Yann Weber
ca3fa4cc27
Forgotten files
8年前
prieto
8bee875d27
Method load
8年前
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年前
Yann Weber
785a208d07
LodelHook logging enhancement
8年前
prieto
30b939f158
New load method
8年前
Yann Weber
59691165ae
Wrong method was called for preparing datas in LeUpdateQuery
8年前
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年前
prieto
021a99fd1f
A small correction
8年前
Yann Weber
30bc9eec08
Fixing test and EmClass
- Now returning automatic common field classname in fields method
8年前
prieto
7c3ca2acd8
Added links with LeQuery
8年前
Yann Weber
e9f17eab6e
Fixes #79 (and brokes tests of xml translator)
Adding a field to all non abstract classes to store in DB the name of corresponding LeObject subclass
8年前
Yann Weber
ba5fded049
Enable data check for LeInsertQuery
8年前
Yann Weber
77e7c36de9
Not fully tested. Enables separated datasources for read only or read&write access to the DB
8年前
Yann Weber
83afc6b6dd
Deleted datasources plugins and add a settings for datasources declaration
- now datasources are declared with two conf keys : read_only and identifier
- the old datasources plugin hook is now declared in lodel/plugin/core_hooks.py. This file is imported after lodel/plugin/hooks.py in the loader.py
8年前
Yann Weber
5708194875
Rewriting CRUD methods of datasources
- Now delete & update methods use filters & rel_filters
8年前
Yann Weber
7e2a60e73e
Fixing lequery execute -> __query process
- deleting most of **datas to replace it with a standart dict argument
- using filters in childs of LeFilteredQuery
8年前
Yann Weber
be472a0d59
Modified LeDeleteQuery to act like a standart LeFilteredQuery
8年前
Yann Weber
11027fd959
Starting implementation of relation in datasource
8年前