]> git.jsancho.org Git - datasette-pytables.git/history - datasette_pytables/__init__.py
Fix getting field type
[datasette-pytables.git] / datasette_pytables / __init__.py
2020-11-04 Javier SanchoFix getting field type
2020-11-03 Javier SanchoPaginate with offset argument
2020-10-30 Javier SanchoOnly tables have columns with types
2020-10-30 Javier Sanchotables in json format
2020-10-26 Javier Sanchocustom pytables sql
2020-10-15 Javier SanchoCustom sql
2020-10-14 Javier Sanchodatabase page
2020-10-13 Javier SanchoUse dataset-connectors 2.0 api (wip)
2018-10-08 Javier SanchoMinor bug when returning data for patched sqlite queries
2018-09-10 Javier SanchoFix compatibility problems with sqlite standard queries
2018-06-01 Javier SanchoMerge pull request #4 from FrancescAlted/more-docs
2018-06-01 Javier SanchoMerge branch 'master' of https://github.com/jsancho...
2018-06-01 Javier SanchoSort by column without managing errors
2018-06-01 Javier SanchoMerge pull request #2 from FrancescAlted/travis
2018-06-01 Javier SanchoMerge pull request #1 from FrancescAlted/docs
2018-06-01 Francesc AltedFirst round of doc improvements
2018-05-30 Javier SanchoShow field names in create sql
2018-05-30 Javier SanchoSome refactoring for treating tables and arrays in...
2018-05-30 Javier SanchoShow multidimensional arrays as string arrays
2018-05-29 Javier SanchoFix number of rows returned when limit is present or...
2018-05-28 Javier SanchoExecute return always rows, truncated, description...
2018-05-28 Javier SanchoRemove unnecessary import
2018-05-25 Javier SanchoFix problems with arrays
2018-05-25 Javier SanchoUse max_returned_rows in conjuction with page_size...
2018-05-24 Javier SanchoPyTables Row class based in list class for allow json...
2018-05-24 Javier SanchoProcess some sqlite standard queries for obtaining...
2018-05-23 Javier SanchoTruncate query results according to page_size limit
2018-05-23 Javier SanchoParse PyTables expressions without group/order/limit...
2018-05-22 Javier SanchoLittle support for arrays
2018-05-21 Javier SanchoSupport for 'distinct' and 'null' queries
2018-05-18 Javier SanchoSupport PyTables expressions using the new parser
2018-05-18 Javier SanchoReplace sqlparse with Mozilla SQL Parser
2018-05-16 Javier SanchoCheck limit to return the appropiate number of rows
2018-05-15 Javier SanchoSupport queries in PyTables style
2018-05-15 Javier SanchoProvide int types instead numpy types for allowing...
2018-05-15 Javier SanchoFilter fields with conditions from datasette forms
2018-05-14 Javier SanchoResolve queries by rowid (nrow)
2018-05-11 Javier SanchoReturn default __getitem__ when label is a string
2018-05-11 Javier SanchoConvert from bytes to strings
2018-05-11 Javier SanchoReturn columns and rows ready to be shown on datasette
2018-05-11 Javier SanchoBasic execute method for queries
2018-05-08 Javier SanchoPyTables Connection class
2018-05-08 Javier SanchoAdd connector type to inspect info
2018-05-07 Javier SanchoInspect pytables files for getting tables info
2018-05-04 Javier SanchoRemove useless decorator
2018-05-04 Javier SanchoInitial commit