Roland Haroutiounian
|
da8c8ec532
|
[#85] The delete method of LeDataSourceSQL returns the number of deleted rows
|
9 years ago |
Roland Haroutiounian
|
53fd9e77bb
|
Merge branch 't85'
|
9 years ago |
Roland Haroutiounian
|
235ea74d9b
|
[#85] Partial reimplementation of leDataSourceSQL
|
9 years ago |
ArnAud
|
179d0c3a7e
|
delete old code
|
9 years ago |
Yann Weber
|
e335019f79
|
Renamed the package leobject in leapi
|
9 years ago |
Yann Weber
|
76e2cc0d4e
|
LeFactory update : LeCrud concrete object code is now generated + removed some obsolete class attributes of _LeObject
Updated the _LeObject tests to use the dynamic code
|
9 years ago |
Yann Weber
|
24ec892152
|
LeCrud : implementation started
|
9 years ago |
Yann Weber
|
dcc9fd0cf0
|
Updated fieldtypes check function to fit with the futur LeCrud
|
9 years ago |
Yann Weber
|
287504555c
|
Fixed typo in dummy datasource
|
9 years ago |
ArnAud
|
9fdb73106d
|
SQL: do queries in one function
|
9 years ago |
Yann Weber
|
f99f74fcb1
|
Updated the dummydatasource interface + skipping some tests
|
9 years ago |
Yann Weber
|
0e5df59c37
|
Disable a superfluous test and add warning comments
|
9 years ago |
Yann Weber
|
74b5461abe
|
Deleting the EditorialModel from leobject API generated code
|
9 years ago |
Yann Weber
|
def4233c89
|
Bugfix : make a copy of connections settings in ledatasource constructor to avoid configuration modification
We should maybe find a way to return a copy of the settings un Datasource/MySQL/MySQL.py
|
9 years ago |
ArnAud
|
8c47a604cb
|
migration handler SQL: use new style to create column
|
9 years ago |
ArnAud
|
4f1fc375eb
|
mosql utils: no quote around column definitions
|
9 years ago |
ArnAud
|
e062f1697a
|
SQL datasource: use args from the settings
|
9 years ago |
Roland Haroutiounian
|
d1034a643c
|
PEP8/PyLint on types.py
|
9 years ago |
Roland Haroutiounian
|
8c814e315e
|
PEP8/Pylint on randomem.py
|
9 years ago |
Roland Haroutiounian
|
3090208987
|
PEP8/Pylint on model.py
|
9 years ago |
Roland Haroutiounian
|
a07f0a10af
|
PEP8/PyLint on fields.py
|
9 years ago |
Roland Haroutiounian
|
6a5136d728
|
PEP8/PyLint on classtypes.py
|
9 years ago |
Roland Haroutiounian
|
5d43d897e1
|
PEP8 / PyLint on classes.py
|
9 years ago |
Roland Haroutiounian
|
8b866388e6
|
PEP8/PyLint on migrationhandler module
|
9 years ago |
Roland Haroutiounian
|
8b4244aaf5
|
PEP8/PyLint on EditorialModel/fieldtypes
|
9 years ago |
Roland Haroutiounian
|
565045b413
|
PEP8/Pylint on DataSource MySQL
|
9 years ago |
ArnAud
|
04aa093ccf
|
SQL datasource: use Cursor.lastrowid instead of an SQL query
|
9 years ago |
ArnAud
|
5517eb0c26
|
SQL datasource: return one id if only inserted one
|
9 years ago |
Roland Haroutiounian
|
285da59e7d
|
Changed the dummy datasource for Leobject
|
9 years ago |
Roland Haroutiounian
|
4a4204de17
|
relational fields in the delete_related method
|
9 years ago |
Yann Weber
|
f886bb5193
|
Delete relationnal Field from the generated LeType child class
|
9 years ago |
ArnAud
|
7320e48306
|
leobject: use the right variable name
|
9 years ago |
ArnAud
|
66251f3788
|
datasourcesql : use object table when no class or type
|
9 years ago |
ArnAud
|
eb8d282857
|
test Model: char fields should be nullable
|
9 years ago |
Yann Weber
|
7b647c5ba4
|
Changed a comment
|
9 years ago |
Yann Weber
|
e3187a0ae9
|
Bugfix on add related + 2 todo on del_related
|
9 years ago |
Yann Weber
|
d45b84c5d9
|
Implements get_related in MySQL datasource
|
9 years ago |
Roland Haroutiounian
|
aaa4268afa
|
[#74] del_related method is usable in LeDataSourceSQL
|
9 years ago |
Yann Weber
|
7242b685d2
|
Pep8 on LeFactory generated code
|
9 years ago |
ArnAud
|
dc4f433dd0
|
from python_hell import ImportError
|
9 years ago |
Yann Weber
|
d35f499e3d
|
Deleted useless code
|
9 years ago |
Yann Weber
|
61ccc04772
|
Bugfix in lefactory
|
9 years ago |
Yann Weber
|
39401184d0
|
Add a new method __purge_db() to the migration handler
|
9 years ago |
Roland Haroutiounian
|
69306a9357
|
[#69] Dealing with all kind of natures and not only "parent" (in LeDataSourceSQL.add_superior)
|
9 years ago |
Roland Haroutiounian
|
1e8e10b569
|
[#69] "parent" nature is now taken from EditorialModel.classtypes.EmNature
|
9 years ago |
Roland Haroutiounian
|
2591d95409
|
Merge branch 't69-add-superior'
|
9 years ago |
Roland Haroutiounian
|
6a4a7af931
|
[#69] Added the code to add the relations to all the superiors in a hierarchy
|
9 years ago |
Yann Weber
|
668d97e2fb
|
Implements add_related set_relation_rank in MySQL ledatasource and updated get_relation
|
9 years ago |
Yann Weber
|
76c1174509
|
Implements get_subordinates in the MySQL datasource
|
9 years ago |
Roland Haroutiounian
|
75d47527ee
|
get_superiors query is ordered by depth desc
|
9 years ago |