From OpenSCADAWiki
< Modules
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! Module !! Name !! Version !! License !! Source !! Languages !! Platforms !! Type !! Author | + | ! Module !! Name !! Version !! License !! Source !! Languages !! Platforms !! Type !! Author |
|- | |- | ||
<section begin=info /> | <section begin=info /> | ||
− | | [[Special:MyLanguage/Modules/ODBC|ODBC]] || DB by ODBC || 0.2 || GPL2 || bd_ODBC.so || en,uk,ru,de || x86,x86_64,ARM | + | | [[Special:MyLanguage/Modules/ODBC|ODBC]] || DB by ODBC |
+ | * '''[[Special:MyLanguage/Documents/Program_manual#DBFeat|Features]]:''' SQL, LIST | ||
+ | | 0.2 || GPL2 || bd_ODBC.so || en,uk,ru,de || x86,x86_64,ARM | ||
<section end=info /> | <section end=info /> | ||
− | | DB || Roman Savochenko || BD module. Provides support of different databases by the ODBC connectors and drivers to the databases. | + | | DB || Roman Savochenko |
+ | |- | ||
+ | ! colspan="9" | Description | ||
+ | |- | ||
+ | | colspan="9" | BD module. Provides support of different databases by the ODBC connectors and drivers to the databases. | ||
+ | * '''[[Special:MyLanguage/Works/To_do|To Do]]:''' | ||
+ | <section begin=ToDo /> | ||
+ | :- specific DBMS properties: quotes for names and values (there are generic and standard ones), ... ; | ||
+ | :- OpenSCADA internal DB's layer function fieldStruct() implementation for generic SQL dialects and DBMS specific; | ||
+ | :- OpenSCADA internal DB's layer functions fieldSeek(), fieldGet(), fieldDel() implementation for generic SQL dialects and DBMS specific; | ||
+ | :- OpenSCADA internal DB's layer functions fieldDel() implementation for generic SQL dialects and DBMS specific; | ||
+ | :- generic tests passing for: SQLite(there are some problems in allowed connectors), MySQL, PostgreSQL, FireBird; | ||
+ | :- testing an ODBC connector for DBMS Oracle. | ||
+ | <section end=ToDo /> | ||
|} | |} |
Latest revision as of 21:16, 26 February 2025
Module | Name | Version | License | Source | Languages | Platforms | Type | Author |
---|---|---|---|---|---|---|---|---|
ODBC | DB by ODBC
|
0.2 | GPL2 | bd_ODBC.so | en,uk,ru,de | x86,x86_64,ARM | DB | Roman Savochenko |
Description | ||||||||
BD module. Provides support of different databases by the ODBC connectors and drivers to the databases.
|