1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2026-07-05 07:10:48 +02:00
Commit graph

25 commits

Author SHA1 Message Date
Yann
9939152c9f Fixing datasources and migration handlers name + the way datasource's __init__ args 2016-02-25 14:31:27 +01:00
Yann
930bf7ba3a Fixing some doxygen comments errors 2016-01-28 17:24:16 +01:00
Yann
dc143a3376 Implements delete in leapidatasource for leobjects and lerelations 2016-01-28 14:35:45 +01:00
ArnAud
96886c1b2f datasource sql: take care of multivalued field in select, insert and update 2016-01-28 12:28:23 +01:00
ArnAud
6337722967 datasource SQL: cast values according to fieldtype 2016-01-22 17:15:17 +01:00
ArnAud
0baf161bd2 datasource SQL: GET with multivalued field for LeType 2016-01-22 12:26:24 +01:00
ArnAud
88c5f2fe54 datasource SQL: take care of multivalued fields in INSERT 2016-01-22 11:16:22 +01:00
ArnAud
5164adffa3 sql datasource: delete unused methods 2016-01-08 17:13:17 +01:00
ArnAud
5be6c62189 sql datasource: relational filter for hierarchical relations 2016-01-08 17:06:57 +01:00
ArnAud
53663603fa lecrud: get() flag instanciate to choose to get raw data or objects 2016-01-08 14:26:15 +01:00
ArnAud
a084678831 sql datasource: update() for rel2type 2016-01-08 13:37:16 +01:00
ArnAud
97716da260 sql datasource: get() for a rel2type 2016-01-07 17:28:19 +01:00
ArnAud
98f02e1630 sql datasource: select/insert for relations 2016-01-07 11:50:17 +01:00
ArnAud
c129ceaa49 sql datasource: refactoring 2016-01-06 15:32:13 +01:00
ArnAud
c3bfb07246 group for SQL group not groups 2016-01-06 10:09:07 +01:00
Roland Haroutiounian
6f4f69ec6e LeRelation : Modification de l'implémentation du max_rank 2015-12-18 12:23:13 +01:00
ArnAud
b1b13f4afa crud, SQL: implement order, group, limit and offset in get() request 2015-12-18 11:22:47 +01:00
Roland Haroutiounian
141ba96de3 Deleted the get_relation call in leapidatasource's update_rank method 2015-12-17 14:06:03 +01:00
Roland Haroutiounian
6b92ec7d9b Changed the leapidatasource's update_rank method according to the LeRelation.set_rank method's changes 2015-12-17 13:34:44 +01:00
Roland Haroutiounian
b8b9914567 Changed the returned value in case of failure on the update rank query in LeRelation 2015-12-17 11:38:26 +01:00
Roland Haroutiounian
60d73ba307 Added the boolean return to the update_rank method 2015-12-17 11:37:00 +01:00
ArnAud
95deb4574e SQL datasource: insert method for relations 2015-12-17 11:14:10 +01:00
Roland Haroutiounian
4af1606b04 Added a first implementation of the set_rank method in LeRelation 2015-12-16 17:31:39 +01:00
ArnAud
1a2c0f6a45 sqlDatasource: insert() for a hierarchical relation 2015-12-04 09:41:55 +01:00
Yann
3ae2e6e613 Moved all modules related to DB in the DataSource folder ( fixes #88 ) 2015-12-02 11:35:55 +01:00
Renamed from leapi/datasources/ledatasourcesql.py (Browse further)