spficklin
|
b9726f32dd
Added option to tripal_core_generate_chado_var to tell it to always return an array
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
ff58bdb19e
Debugging
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
d39ddcedf6
Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
b7c7cd26de
Added a function that lists all tables in a Chado schema (per version) and altered the core to use that function. Previously it used a Postgres SQL statement to pull out all tables in the schema but this caused problems when non Chado tables were also present in the schema.
|
%!s(int64=12) %!d(string=hai) anos |
laceysanderson
|
d0f26788bd
Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x
|
%!s(int64=12) %!d(string=hai) anos |
laceysanderson
|
e5843e5264
Fixed merge conflick in tripal_bulk_loader.loader.inc
|
%!s(int64=12) %!d(string=hai) anos |
Stephen Ficklin
|
a28f785f25
Had to rollback a fix that removed memory leaks, but it casued other problems
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
f627849b77
Fixed memory leaks
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
d2e6f50f5c
Fixed bug in core API that caused problem with the bulk loader when a duplicate record existed. The tripal_core_chado_select wasn't checking all unique constraints. Some tables have more than one
|
%!s(int64=12) %!d(string=hai) anos |
laceysanderson
|
1c022280d0
Small bulk loader fixes to make it compatible with external chado instances
|
%!s(int64=12) %!d(string=hai) anos |
Stephen Ficklin
|
ec689d00a5
Fixed a few more memory leaks on the bulk loader
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
e95db7502e
Fixed bug in Mview creation
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
3db8f358ef
Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
0dbf91d26a
Fixed unserialize problem with persistent connection
|
%!s(int64=12) %!d(string=hai) anos |
laceysanderson
|
2bec126f0a
Fixed a small bug in tripal_core_set_chado_version() where the active db wasn't switched back to drupal
|
%!s(int64=12) %!d(string=hai) anos |
laceysanderson
|
8e180d5063
tripal_core_set_chado_version() now returns the version of a chado db external to drupal
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
b7e66e10b5
Foreign key constraints are now created when a new custom table is added. Before the foreign key details were used for views integration and bulk loader but there were no actual FK relationships in the database. Now there are.
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
2a84591eed
Fixed bug when checking unique constraint on insert. If a value is not provided but there is a default then it will use the default value
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
fdb7f2ee8d
Added new type to chado_execute_prepared()
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
e6a9227107
Added new type to chado_execute_prepared()
|
%!s(int64=12) %!d(string=hai) anos |
Stephen Ficklin
|
a798519522
Fixed slowness bugs in bulk loader
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
b60dcb4f26
Fixed many issues that cause memory leaks in the core and the bulk loader
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
88c5a5ee89
Speedup optimizations to get bulk loader to work faster. Slowness problems were caused by core modules that set search_path and checked for existence of chado database on every query
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
ff97c79d38
Fixed bug in loader
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
7e587c447d
updates to loader, fixed type in core
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
c3719190b6
Added a not fail option when a record is of type 'select' in the bulk loader. Altered the bulk loader to substitute primary key values into data table values so that there are less FK recursive calls. Added a new option to the tripal_core_chado_select to let someone just check if the record exists only using the unique constraint values.
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
841aaa543d
added the tripal_get_custom_schema to the tripal_core_get_chado_table_schema_function. This will allow the tripal_core_chado_insert (etc) functions to work with custom tables as well. Had to fix other places in the views integration where the tripal_get_custom_schema was being called.
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
ecd03c3e16
Added an interface for creating custom tables to the Tripa UI
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
2840b98e85
All node types (except stock) have a function to cleanup orphaned nodes but it wasn't complete for some. A new core API function was created that all modules with node types can use to clean up orphaned nodes. Also, the drush trpjob-run command was fixed so that a username must be provided to run the job
|
%!s(int64=12) %!d(string=hai) anos |
spficklin
|
ef9e217d60
Fixed a bug in FK statement name construction in tripal_core_chado_[select/insert/update/delete]
|
%!s(int64=12) %!d(string=hai) anos |