Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch ideas submission #16

Open
stonebig opened this issue Jun 1, 2013 · 0 comments
Open

Patch ideas submission #16

stonebig opened this issue Jun 1, 2013 · 0 comments
Assignees

Comments

@stonebig
Copy link
Contributor

stonebig commented Jun 1, 2013

Hi Greg,

Over my patch #15 concerning "bind variable" (or sql parameters), I have several ideas of follow-up patches :

  1. "sql normalization" (in advance)
    optional sql parameter notation (":" prefix, ":a_dataframe") for tables to upload to sql,
  2. "we can query native sql tables"
    sql tables can have been created by previous sql requests,
    so keep "table not found" message only if a table name has the ":" prefix notation,
  3. "accept several sql orders"
    result is feeded with the last sql instruction that gave a query result,
  4. "uploaded tables don't overtstep sql native tables"
    tables uploaded from python space tables are created with a dedicated prefix, like "tmp",
    tables uploaded from python space are removed at the end of the sql orders.

Are you favorable for any of those 4 (+ #15) ideas ?

@ghost ghost assigned hernamesbarbara Jun 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants