Lacey Sanderson
|
9ea011d881
Added tripal_core_chado_clear_prepared function to clear previously prepared statements. Also changed chado. prefixing in chado query to only apply if there isn't already a prefix added.
|
12 vuotta sitten |
Lacey Sanderson
|
f148723b13
Issue #1840808: Fixed update in bulk loader. Now it checks to see if the record is pre-existing before an update. Also fixed the tripal_core_chado_update function to return the created record w/ primary key like the insert function does.
|
12 vuotta sitten |
Lacey Sanderson
|
ca55a5a1e5
Fixed a small bug when keeping track of bulk loader inserted IDs -needed to use the returned record from tripal_core_chado_insert rather then the values array (caused by API change)
|
12 vuotta sitten |
Lacey Sanderson
|
48e89368c7
Bulk Loader: Added additional notice watchdog entries for debugging purposes
|
12 vuotta sitten |
Lacey Sanderson
|
fdc2db4d85
Fixed a small bug when keeping track of bulk loader inserted IDs -needed to use the returned record from tripal_core_chado_insert rather then the values array (caused by API change)
|
12 vuotta sitten |
spficklin
|
cd87d5a56a
Fixed Drupal formatting standards
|
12 vuotta sitten |
spficklin
|
1beeb2b58d
Added ability to update a record if it is a duplicate
|
12 vuotta sitten |
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.
|
12 vuotta sitten |
spficklin
|
67669f6946
Fixed bug in bulk loader and changed function arugment in cutom tablres
|
12 vuotta sitten |
spficklin
|
26d7b30b9a
Added 'Select Once' option to bulk loader
|
12 vuotta sitten |
spficklin
|
9e47f0db1a
Fixes to OBO loader
|
12 vuotta sitten |
spficklin
|
f627849b77
Fixed memory leaks
|
12 vuotta sitten |
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
|
12 vuotta sitten |
Stephen Ficklin
|
ec689d00a5
Fixed a few more memory leaks on the bulk loader
|
12 vuotta sitten |
Stephen Ficklin
|
e963904fb1
Fixed bug in bulk loader when ading in foreign keys to field values
|
12 vuotta sitten |
spficklin
|
dfad9fa68e
Debuggin
|
12 vuotta sitten |
Stephen Ficklin
|
a798519522
Fixed slowness bugs in bulk loader
|
12 vuotta sitten |
Stephen Ficklin
|
b769b02411
Fixed more memory leak problems
|
12 vuotta sitten |
spficklin
|
b60dcb4f26
Fixed many issues that cause memory leaks in the core and the bulk loader
|
12 vuotta sitten |
spficklin
|
cbf1ef6888
Changing fgets on bulk loader to SplFileObject to reduce memory load and hopefully speed things up
|
12 vuotta sitten |
Stephen Ficklin
|
ec0601aa04
Fixed bug in bulk loader
|
12 vuotta sitten |
Stephen Ficklin
|
7e6b91f5af
Fixed bug in FK setting during loading
|
12 vuotta sitten |
spficklin
|
7e587c447d
updates to loader, fixed type in core
|
12 vuotta sitten |
spficklin
|
94b1fa2a77
testing
|
12 vuotta sitten |
spficklin
|
f937c72093
Updated Bulk Loader to allow for using non FK fields when referring to another record.
|
12 vuotta sitten |
spficklin
|
a332e2c24c
Debugging with CH
|
12 vuotta sitten |
spficklin
|
e6a6f7b11a
Debugging with CH
|
12 vuotta sitten |
spficklin
|
112d5d3a8d
Changed how optinal select works when too many matches are found
|
12 vuotta sitten |
spficklin
|
08e35242d7
Moved some code around in bulk loader to fix a bug
|
12 vuotta sitten |
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.
|
12 vuotta sitten |