Commit History

Author SHA1 Message Date
  Stephen Ficklin 43bf50c6f5 Merge branch '6.x-dev' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-dev 13 years ago
  Stephen Ficklin 14a4923bdc Fixed by Chun-huai 13 years ago
  Lacey Sanderson e0418d9b7b Merge branch '6.x-dev' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-dev 13 years ago
  Lacey Sanderson 76985b0c57 Fixed Bug: Ensure looking in correct db when checking if a statement is prepared -now works if chado is external 13 years ago
  ficklin 06fd3750bd Fixed bug in insert when preparing 'currval' statement 13 years ago
  spficklin bf6c2506ff Fixed memory leaks and speed issues with OBO loader. Also added support for prepared statements for the tripal_core_chado_delete function 13 years ago
  spficklin bcd4a7eb2a The OBO loader had a problem where it wouldn't add synonyms. It was a bug in the code. Should be fixed 13 years ago
  Lacey Sanderson 50ee0b3d94 Added ability for field to be null (adds IS NULL to SQL for tripal_core_chado_select. Works with prepared statements. 13 years ago
  spficklin 72d38d10bc Changed default search_path from 'public' to 'public,chado' 13 years ago
  spficklin 1b2ff73c2d Changed default search_path from 'public' to 'public,chado' 13 years ago
  spficklin cd87d5a56a Fixed Drupal formatting standards 13 years ago
  spficklin 622f9796b3 Fixed bug in core when executing prepared statement. It would not allow an empty text value. Also fixed bug in bulk loader when setting default value if a duplicate record is present on insert. 13 years ago
  spficklin 48dca508d6 Added some debugging code to chado_execute_prepared function 13 years ago
  spficklin 875cddbbcb Fixed bug where featurelocs weren't showing up if one of the two FK relationships returned NULL 13 years ago
  spficklin a52dc176d2 Fixed bug where featurelocs weren't showing up if one of the two FK relationships returned NULL 13 years ago
  spficklin 2a743acf56 Made transactions optional in GFF loader. Changed all appropriate db_queryt to chado_query in feature module. Added a drush command to sync a single feature (useful for debugging/testing). 13 years ago
  spficklin 02155ecfe5 Fixed bug in GFF loader 13 years ago
  spficklin c5da76a2b4 Fixed bug in GFF loader 13 years ago
  spficklin 0f3e1677ce Fixed bug where search_path wasn't getting set back to 'default' and tables were being created in the Chado schema rather than the default schema 13 years ago
  spficklin 995c9f3198 Fixed the chado instal script. The db_query() calls had been replaced with chado_query() calls which broke the installer 13 years ago
  spficklin 5bd5ec91c0 Fixed bug when setting persistent chado and is an array 13 years ago
  spficklin 816824a412 Debugging analysis module not instlaling 13 years ago
  spficklin c1944ecf5f Debugging analysis module not instlaling 13 years ago
  spficklin 63dda37c13 Debugging tables being created in wrong schema 13 years ago
  spficklin 85e468841c Debugging tables being created in wrong schema 13 years ago
  spficklin a5d4d5e7dd Debugging tables being created in wrong schema 13 years ago
  spficklin 7617a8ed44 Fixes to GFF loader and feature install module 13 years ago
  spficklin 774562ff8e Fixed several memory leask 13 years ago
  spficklin 716bfd6f0f Truns out serializing the persentent chado connection set it to zero. So this was corrected 13 years ago
  spficklin 6cfe5c467e When syncing features repetitive error logs were entered into the Drupal report log for every synced feature stating that a duplicate feature could not be inserted. This was fixed 13 years ago