Custom Query (2152 matches)
Results (934 - 936 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1660 | wontfix | CSV preview broken - OpenSpending | rgrp | lucychambers |
Description |
This CSV resource used to preview but now the format appears to be unsupported: "We are unable to preview this type of resource: x-osdata-csv" http://thedatahub.org/dataset/lbhf-spending-2010/resource/9661abbd-2816-4d58-8b20-3cb0eb770c69 This is used as an example by the OpenSpending? team all the time. |
|||
#917 | fixed | Turning off Autoflush in SQLAlchemy | kindly | kindly |
Description |
David Raznik: I propose we remove autoflush by default in ckan. It caused a lot of bugs on the version upgrade due to its magical behavior. I have a patch in https://bitbucket.org/kindly/ckan/ on branch feature_switch_autoflush_off_by_default. This change simplifies code. It only took 7 extra flushes/commits to make work and there are over 40 instances that we remove autoflush, so as not to cause error (I have not removed them in the patch yet). Things to know about using flush:
It increased the performance on the tests by about 5%. There are less flushes altogether so is faster. I do not see any downsides. |
|||
#922 | duplicate | Make Resources first class entity. | kindly | kindly |
Description |
Why?
|