-
Notifications
You must be signed in to change notification settings - Fork 14
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
how to build the odbc flavour #69
Comments
I'm afraid I don't know. I've never built, used or tested the odbc component. If you (or anyone) has issues with it, contributions are welcome :) |
It's actually a separate project with it's own maintainer: https://github.com/moteus/lua-odbc ODBC is referenced in DBI.lua because he also provided a shim to make it compatible with the DBI interface: https://github.com/moteus/lua-odbc-dbi For what it's worth, all of said parts are in Luarocks. |
umm so this must be available as lua lib to be able to use the odbc module of dbi i guess?
so the ODBC module inside DBI is just a wrapper for ODBC lua lib separate project?
if both prevouos are true then i guess:
ugh? @mwild1 @sparked435 ? please confirm cos i plan to package it inside debian or at leas provide packages for.. also if the lua-odbc-dbi its just a wrapper.. why not include it here ? i mean if you cannot .. please do you will accept a PR to propetry include it? |
Exactly correct.
Yes.
This sounds correct to me.
I'm not opposed to including odbc.lua directly into this project. I don't remember how exactly DBI got to this state of ODBC support; I think it may have simply been that @moteus never asked for the shim to be included and I was busy with other things. |
ok well .. i will first package the lau-odbc to property test and later send the PR as WIP .. i guess in one week cos right now i am at job.. thanks for the instructions and guidelines |
after check the source i see that all the modules (mysql, psql, sqlite, etc) has each one a directory, but odbc does not.. also search a little and only found a simple file odbc.lua in another repo..
where to put that file.. what files i need to property build the odbc part?
@mwild1 ?
The text was updated successfully, but these errors were encountered: