GithubHelp home page GithubHelp logo

genspring's People

Contributors

avatar42 avatar dependabot[bot] avatar

Watchers

 avatar

genspring's Issues

Issue with SQLite dates

See https://stackoverflow.com/questions/17227110/how-do-datetime-values-work-in-sqlite
While adding search I found dates being stored as Integers (the way Sheets2DB was doing it in version 0.5.4 and before) was not always working correctly. For example 2020-01-02 00:00:00.0 night be returned as 2020.

Switching to the technically not supported DATETIME works with the exception that empty strings cause a parsing exception. So Sheets2DB will also convert empty strings to nulls. If using GenSpring on a SQLite DB storing dates some other way will require converting the DB manually.

Add way to store custom files for and app.

Thinking a folder based on bundle name which is then copied to app folder without changes. For instance for static pages, custom tests or files not covered by GenSpring.

Switch GenSpring to see configured column name as userId field

default to USERID_COLUMN = "userId" used by Sheets2DB but be changeable. This also means GenSpring will determine is table contains user records (instead of common ones) by seeing the column in the table instead of looking at ".user" properties. This gets around the issue having tab, table and class names being different and having to do extra conversions to make those properties common.

merge property keys

Change all the sheet.* config properties to genSpring.* to eliminate dups and move config to methods in common base class.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.