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.
9 years ago
Roland Haroutiounian
3ff8991f1c
[#11 ] Ajout de l'import de la classe VARCHAR de sqlalchemy
9 years ago
Roland Haroutiounian
d9572164fa
[#11 ] Ajout d'une méthode dans les fieldtypes pour retourner les arguments sqlalchemy
9 years ago
Roland Haroutiounian
46a60bdb89
[#11 ] Ajout d'une méthode dans les fieldtypes pour retourner les arguments sqlalchemy
9 years ago
ArnAud
aa4c3e87a2
EmComponent: initialiser la requête
9 years ago
ArnAud
a79e9b2991
EmComponent: tester le type de self, pas l'instance
9 years ago
ArnAud
44cd259a80
EmType: Empty foreign key should be None
9 years ago
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
9 years ago
ArnAud
2f8ca27161
EmClass: create should return a populated object
9 years ago
Yann Weber
c4e1afd192
More SQL isolation and some little bugfixes
9 years ago
ArnAud
d217eb89cc
first shoot for fieldtypes
9 years ago
Yann Weber
9d5f1ac260
SQL isolation in fieldgroups and fields
9 years ago
Yann Weber
46a4686944
SQL isolation in classes and components
SQL calls are in _populateDb , _saveDb and _createDb methods (exception for component::delete() )
9 years ago
ArnAud
58303db9fa
EmField: create, save and load
9 years ago
ArnAud
22b9dfc4b6
EmFieldGroup: create, save and load. fieldgroups() method for EmClass.
9 years ago
ArnAud
9479e4483b
EmClass: implement types() method
9 years ago
ArnAud
d0a43614a1
EmType: create, save and load
9 years ago
ArnAud
462b6f3bbb
EM component: uid not id + make sure it is an integer
9 years ago
ArnAud
a17d889d3f
EmClass : create, save and load
9 years ago
Yann Weber
9896c16e8e
Small bugfixes in sqlobject and sqlwrapper
9 years ago
ArnAud
a86ff9ee97
ME : renommage et import
9 years ago
ArnAud
61e472e16e
ME: no sub-directory
9 years ago
Yann Weber
c7defe71e0
Added tests for sqlwrapper
Removed logging test in EditorialModel/lib/component.py
Added comment in Database/sqlwrapper.py
10 years ago
Yann Weber
ebdb512500
Modification to be less dependent to django + logging in db wrapper
10 years ago
Yann Weber
18c497a27b
Fixing tests name to actually make them run
Test functions name as tests files name must begin with test in order to be run by manage.py test
10 years ago
Yann Weber
eeaaf945d2
Created the class MlString and fixing syntax error
Created the class Lodel.utils.mlstring.MlString needed by EditorialModel.lib.component.EmComponent
The first test pass ! =)
10 years ago
Yann Weber
8f2a3655bb
Renaming and moving files + fixed a bug in Lodel.settings imports
Lodel/sttings/__init__.py wasn't able to import files when called by manage.py
Renaming em to EditorialModel and moved Em* objects to EditorialModel/lib
Adding a first test (that do not pass because of syntax errors in Em* classes)
10 years ago