PyLoDStorage/Tickets

From BITPlan Wiki
Jump to navigation Jump to search
  1. Issue 57 - Support conversion to rdf triples
  2. Issue 56 - addWikiData Linker to QueryResultDocumentation and callback for further such handlers while at it
  3. Issue 55 - need to export pylatexenc dependency
  4. Issue 54 - addQueryDocumentation
  5. Issue 53 - add limit for query.documentQueryResult
  6. Issue 52 - add pewee adaption
  7. Issue 51 - datetime handling sqlite error should lead to warning and not raise an exception
  8. Issue 50 - add initSqlDB
  9. Issue 49 - add append option to store API
  10. Issue 48 - isCached should be True even if count is less than 100
  11. Issue 47 - queryDocumentation: Fix tryItMarkup if lang is not SPARQL and fix links with special chars
  12. Issue 46 - add try it! button to Query documentation
  13. Issue 45 - Add option to specify cacheDir location in StorageConfig
  14. Issue 44 - use setAttr instead of assigning __dict__
  15. Issue 43 - offer warnOnNone and warnOnUnsupportedTypes for Type handling
  16. Issue 42 - fix behavior for invalid json
  17. Issue 41 - improve error message when create table command fails
  18. Issue 40 - make limit and batchSize available again for store
  19. Issue 39 - set sampleRecordCount to -1 / all as a default for fromCache handling
  20. Issue 38 - fix getCacheFile to use self.config if config is None
  21. Issue 37 - regression - getListOfDicts callback not handled as function
  22. Issue 36 - regression return of lists needed for restoreFromJsonFile and restoreFromJsonStr for backward compatiblity
  23. Issue 35 - support pydantic as a schema support
  24. Issue 34 - refactor EntityManager from ProceedingTitleParser here for reuse
  25. Issue 33 - SQL handling of Lists
  26. Issue 32 - getLookup fails on duplicates
  27. Issue 31 - getLookup fails if value is list
  28. Issue 30 - Limit stored attributes of JSONAble to attributes of the samples
  29. Issue 29 - Functionality to convert between LoD and CSV
  30. Issue 28 - add plot option
  31. Issue 27 - add Lookup map option
  32. Issue 26 - add intersect methods
  33. Issue 25 - integrate pandas dataframes
  34. Issue 24 - integrate tabulate
  35. Issue 23 - date type handling should be more robust - list handling should return a list of problems instead of failing
  36. Issue 22 - Regression: storeToJsonFile and restoreFromJsonFile missing in JSONAble
  37. Issue 21 - FromJson with taking type information from getSamples
  38. Issue 20 - add fixNone option to SPARQL results (same functionality as in SQL)
  39. Issue 19 - migrate query manager from ptp here
  40. Issue 18 - add getTableDict convenience function
  41. Issue 17 - add check_same_thread to be able to set it to False
  42. Issue 16 - allow to only warn if samplerecordcount is higher than number of available records
  43. Issue 15 - auto create generalization view ddl for tablelist
  44. Issue 14 - offer execute wrapper directly via sqlDB
  45. Issue 13 - set None value for undefined LoD entries
  46. Issue 12 - transitive dependency for SPARQLWrapper missing
  47. Issue 11 - make Types JSONAble to allow to store type information along side json data files
  48. Issue 10 - need to fix round-trip json behavior
  49. Issue 9 - Avoid wikidata 403
  50. Issue 8 - strToDatetime fails on invalid datetime strings e.g. with year out of range
  51. Issue 7 - support date values in format supplied e.g. by wikidata 2020-01-01T00:00:00Z
  52. Issue 6 - add SPARQL support
  53. Issue 5 - Allow use of params in queries
  54. Issue 4 - sqlite3.IntegrityError: UNIQUE constraint failed: ... show debug info
  55. Issue 3 - Refactor JSON support from DgraphAndWeaviateTest
  56. Issue 2 - add improved UML support from Proceedings Title Parser
  57. Issue 1 - Make available via pypi