57 Commits (8289fa70dd00cdf70cb4e4ab1b8437014650d93a)

Author SHA1 Message Date
  Yann Weber 4fb2f789b5 Replacing EmComponent method getDbE by db_engine 9 years ago
  Yann Weber 16a962fb3f Implemented DropColumn for sqlite 9 years ago
  Yann Weber 6359adc0f4 Added tests for EmField.delete() and EmClass.delete() 9 years ago
  Yann Weber 027fcb974c Implemented EmType hierarchy, added utility function to classtype, changed pk for em_type_hierarchy table 9 years ago
  Roland Haroutiounian 0c05c66fa6 [#12] Correction sur un cast de variable 9 years ago
  Yann Weber b45e7ea4ee Added an getTable function to sqlutils 9 years ago
  Roland Haroutiounian 21f79a9301 [#11] Ajout de la génération de la colonne du Field dans la table correspondante 9 years ago
  Yann Weber a9757a4672 Disabling annoying warnings in sqlwrapper and fixing a bug in test_components 9 years ago
  Yann Weber e74623b1a4 Disabling an annoying warning when using reflect=True in MetaData instanciation 9 years ago
  Yann Weber f26e87f621 Adding default date for date_create and date_update columns 9 years ago
  Yann Weber c100dd43f3 Adding default date for date_create and date_update columns 9 years ago
  Yann Weber 7fb90e3045 Set some FK of EmField to NULL by default 9 years ago
  Yann Weber f958efbff5 Code factorisation for new UID creation 9 years ago
  Yann Weber c4e1afd192 More SQL isolation and some little bugfixes 9 years ago
  Yann Weber 493149cfeb Added sqlutils functions 9 years ago
  ArnAud fa9b842a3d all uids ar integers 9 years ago
  Yann Weber c901e7a643 Bugfixes in sqlsetup 9 years ago
  Yann Weber 8fc072f6ee Cleaning and changin some methods name in sqlwrapper 9 years ago
  Yann Weber 6ab79eb412 Implemented alter table in sqlwrapper 9 years ago
  Driky 49994da98f Prise en charge de la clause bindparam dans sqlquerybuilder.py 9 years ago
  Driky f937a63b53 Ajout de insert et delete dans sqlquerybuilder.py 9 years ago
  Driky d66ccfc431 sqlobject.py renommer en sqlquerybuilder.py 9 years ago
  ArnAud 58a4d7c681 Schéma: uid as integer, no column named 'class' 9 years ago
  Yann Weber b82ccd7911 Allow to use SqlWrapper.createTable without being called by SqlWrapper.createAllFromConf 9 years ago
  Yann Weber ddfbb2b056 Modified SqlWrapper to handle SqlSetup script 9 years ago
  Yann Weber dde02cadd0 New version of sqlwrapper that is not a singleton anymore 9 years ago
  Yann Weber 1a6a367481 Removed lines cut after 72 chars 9 years ago
  Yann Weber 9896c16e8e Small bugfixes in sqlobject and sqlwrapper 9 years ago
  Yann Weber 4120a45fff Bugfixes in sqlwrapper 9 years ago
  Yann Weber a25e97607c Updated version of the sqlwrapper 9 years ago
  Yann Weber 155e089750 Added some test for sql_wrapper alter schema functions 9 years ago
  Yann Weber c7defe71e0 Added tests for sqlwrapper 9 years ago
  Yann Weber aad5586cb1 Updated sqlwrapper to enable sqlite support and logging enable/disable 9 years ago
  ArnAud 4e2b85328c ME: installation of the basic tables 9 years ago
  Yann Weber ebdb512500 Modification to be less dependent to django + logging in db wrapper 9 years ago
  ArnAud 3ce6e1774e sqlWrapper: default attend un objet 9 years ago
  Yann Weber 07209417a7 Refactoring comments in db wrapper 9 years ago
  ArnAud 3e80b68303 connection à une base de donnée 9 years ago
  Roland Haroutiounian 966e16a2bb Paramétrage des noms de connexion dans le module Databases 9 years ago
  Roland Haroutiounian d8d0f9f303 Ajout du module Database 9 years ago