Driky
253c398223
Modification du .gitignore
Ajout de local.py (sans majuscule)
hace 9 años
Driky
c7b6615436
Merge branch 'master' of git.labocleo.org:lodel2
hace 9 años
Yann Weber
e74623b1a4
Disabling an annoying warning when using reflect=True in MetaData instanciation
hace 9 años
Yann Weber
f26e87f621
Adding default date for date_create and date_update columns
The dates are set in EmComponent::create() for date_create and in EmComponent::save() for date_update
The values are sets to datetime.datetime.utcnow() so we now that EVERY date in the db are in UTC, no matter django, database or even server configurations.
We will have to take care to convert dates from database to django timezone in dates fieldtypes.
hace 9 años
Yann Weber
c100dd43f3
Adding default date for date_create and date_update columns
The dates are set in EmComponent::create() for date_create and in EmComponent::save() for date_update
The values are sets to datetime.datetime.utcnow() so we now that EVERY date in the db are in UTC, no matter django, database or even server configurations.
We will have to take care to convert dates from database to django timezone in dates fieldtypes.
hace 9 años
Roland Haroutiounian
3674f2044c
Merge branch 't11'
Conflicts:
EditorialModel/fieldtypes.py
hace 9 años
Roland Haroutiounian
3ff8991f1c
[#11 ] Ajout de l'import de la classe VARCHAR de sqlalchemy
hace 9 años
Roland Haroutiounian
d9572164fa
[#11 ] Ajout d'une méthode dans les fieldtypes pour retourner les arguments sqlalchemy
hace 9 años
Roland Haroutiounian
46a60bdb89
[#11 ] Ajout d'une méthode dans les fieldtypes pour retourner les arguments sqlalchemy
hace 9 años
ArnAud
aa4c3e87a2
EmComponent: initialiser la requête
hace 9 años
ArnAud
a79e9b2991
EmComponent: tester le type de self, pas l'instance
hace 9 años
ArnAud
b5209a9c64
Merge branch 'master' of git.labocleo.org:lodel2
hace 9 años
ArnAud
44cd259a80
EmType: Empty foreign key should be None
hace 9 años
Yann Weber
7fb90e3045
Set some FK of EmField to NULL by default
hace 9 años
Yann Weber
c94719ed75
Merge branch 'master' of git.labocleo.org:lodel2
Conflicts:
EditorialModel/classes.py
hace 9 años
Yann Weber
f958efbff5
Code factorisation for new UID creation
Added a classmethod EmComponent::newUid() that determines the caller's class and return a newly registrated UID
hace 9 años
ArnAud
2f8ca27161
EmClass: create should return a populated object
hace 9 años
Yann Weber
c4e1afd192
More SQL isolation and some little bugfixes
hace 9 años
ArnAud
e652216a0c
Merge branch 'master' of git.labocleo.org:lodel2
hace 9 años
ArnAud
d217eb89cc
first shoot for fieldtypes
hace 9 años
Yann Weber
9d5f1ac260
SQL isolation in fieldgroups and fields
hace 9 años
Yann Weber
5361ddc94a
Merge branch 'master' of git.labocleo.org:lodel2
hace 9 años
Yann Weber
493149cfeb
Added sqlutils functions
hace 9 años
ArnAud
0f66161eaa
fieldtype becomes a named variable instead of an integer
hace 9 años
ArnAud
fa9b842a3d
all uids ar integers
hace 9 años
Yann Weber
b1ffef53b9
Merge branch 'sqlupdates' with SQL isolation and sqlsetup fixes
hace 9 años
Driky
14a0d18707
Merge branch 'master' of git.labocleo.org:lodel2
hace 9 años
Yann Weber
46a4686944
SQL isolation in classes and components
SQL calls are in _populateDb , _saveDb and _createDb methods (exception for component::delete() )
hace 9 años
Yann Weber
c901e7a643
Bugfixes in sqlsetup
Put every uid columns and associated FK in INTEGER instead of VARCHAR(50)
hace 9 años
Yann Weber
fff0225428
Merge branch 'sqlwrapper'
hace 9 años
Yann Weber
8fc072f6ee
Cleaning and changin some methods name in sqlwrapper
hace 9 años
ArnAud
58303db9fa
EmField: create, save and load
hace 9 años
Yann Weber
2af27292c7
Merge branch 'sqlwrapper' of git.labocleo.org:lodel2 into sqlwrapper
hace 9 años
Yann Weber
6ab79eb412
Implemented alter table in sqlwrapper
Adding a column is implemented for mysql, postgresql and sqlite.
Droping and altering a column is only implemented for mysql and postgresql for the moment.
Quick&dirty tests has been done for sqlite and mysql only.
hace 9 años
ArnAud
22b9dfc4b6
EmFieldGroup: create, save and load. fieldgroups() method for EmClass.
hace 9 años
ArnAud
9479e4483b
EmClass: implement types() method
hace 9 años
ArnAud
d0a43614a1
EmType: create, save and load
hace 9 años
ArnAud
462b6f3bbb
EM component: uid not id + make sure it is an integer
hace 9 años
ArnAud
a17d889d3f
EmClass : create, save and load
hace 9 años
ArnAud
fbb6a39261
mlstring: delete an translation
hace 9 años
ArnAud
50fb6fa1fd
mlstring: empty mlstring should be an empty string
hace 9 años
Driky
49994da98f
Prise en charge de la clause bindparam dans sqlquerybuilder.py
To-Do: tester
hace 9 años
ArnAud
c779ede921
MlString: Class to handle multilingual strings
hace 9 años
Driky
f937a63b53
Ajout de insert et delete dans sqlquerybuilder.py
To-do: prendre en charge le cas de execute ou une query a des parametre binder et une liste de dictionnaire est envoyé en param
hace 9 años
Driky
d66ccfc431
sqlobject.py renommer en sqlquerybuilder.py
Implementation d'alias au ordre sqlalchemy: select, select_from, where, update, execute
To-Do: implemente insert et delete, tester.
hace 9 años
ArnAud
58a4d7c681
Schéma: uid as integer, no column named 'class'
hace 9 años
Yann Weber
b82ccd7911
Allow to use SqlWrapper.createTable without being called by SqlWrapper.createAllFromConf
hace 9 años
Yann Weber
ddfbb2b056
Modified SqlWrapper to handle SqlSetup script
Now SQLSetup in able (via initDb) to initialize the database.
WARNING : initDb start by droping all tables in database before creating the new ones
hace 9 años
Yann Weber
dde02cadd0
New version of sqlwrapper that is not a singleton anymore
hace 9 años
Yann Weber
1a6a367481
Removed lines cut after 72 chars
hace 9 años