Skip to content

Amazon DocumentDB ODBC Driver v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@birschick-bq birschick-bq released this 17 Sep 00:10
· 953 commits to develop since this release
  • initial beta release

What's Changed

  • [AD-493] Migrate to AWS repository. by @birschick-bq in #1
  • [AD-492] Working JNI GitHub workflow by @birschick-bq in #2
  • [AD-504] Apache Ignite ODBC Seed replacement by @birschick-bq in #4
  • [AD-513] Apache Ignite - Test Framework (Boost) by @birschick-bq in #5
  • Support for environment variable BOOST_ROOT by @alexey-temnikov in #7
  • Adding clang-tidy by @alexey-temnikov in #8
  • [AD-509] Update dev environment setup docs by @andiem-bq in #6
  • [AD-509] Documentation update - formatting fixes + remove Wix Toolset v4 by @andiem-bq in #10
  • [AD-509] Additional update to README.md - additional guidance for .profraw error by @andiem-bq in #14
  • [AD-506] Reuse Apache Ignite JVM/JNI wrappers (examples) by @birschick-bq in #9
  • [AD-517] Adapt dsn config by @andiem-bq in #13
  • [AD-509] Update readMe to include directions about saving Java bin and server directories by @andiem-bq in #17
  • [AD-522] DSN config window by @andiem-bq in #18
  • [AD-521] Updated JDBC driver version. by @birschick-bq in #19
  • [AD-490] Add performance test. by @garya-bitquill in #15
  • [AD-521] Updated JDBC driver version - part 2. by @birschick-bq in #20
  • [AD-427] Tracer Code - Limited Capability to load metadata by @birschick-bq in #16
  • [AD-521] get SSH port from JDBC by @birschick-bq in #21
  • [AD-589] Get schema metadata from JDBC by @birschick-bq in #22
  • updating PR template by @affonsoBQ in #24
  • AD-516 Establish connection using MongoCPP by @affonsoBQ in #12
  • [ODBC] Create wrapper classes for DocumentDbConnection and ResultSet to enforce the close on dispose. by @birschick-bq in #26
  • [AD-542] Adaption SQLTables Return Table metadata by @birschick-bq in #28
  • [AD-532] Integrate DSN settings by @andiem-bq in #27
  • [AD-616] [ODBC] Reformat code to adhere to Google style by @birschick-bq in #31
  • [AD-620] Change driver name to Amazon DocumentDB in public facing areas by @andiem-bq in #32
  • Enable CodeCoverage by @affonsoBQ in #29
  • Enable cppcheck in windows build by @affonsoBQ in #33
  • [AD-543] Adaption SQLColumns Return Columns metadata by @alinaliBQ in #30
  • [AD-612] Publish/posting TestResults by @alinaliBQ in #34
  • [AD-607] [ODBC] Create infrastructure for creating test data. by @birschick-bq in #35
  • Code Clean Up by @affonsoBQ in #37
  • [AD-634] [ODBC] PowerBI not showing up Tables on the Navigator by @birschick-bq in #39
  • Update import test structure section in README.md to fix typos by @alinaliBQ in #40
  • [AD-636] Enable Exec query to return stub/empty query by @birschick-bq in #41
  • [AD-651] update ReadMe by @alinaliBQ in #43
  • [FIX] Columns with JDBC_TYPE_BIGINT is being returned as having DATA_TYPE -2 (BINARY) instead of -5 in SqlColumns by @affonsoBQ in #44
  • [AD-608] Add support for nullable data by @alinaliBQ in #38
  • [AD-637] Workaround error SQLPrimaryKeys ( return stub/empty) by @birschick-bq in #42
  • [AD-545] JNI Interface to load query metadata (CPP) by @birschick-bq in #46
  • [AD-638] Stub call to on SQLNumResultCols so it always returns 0 columns. by @birschick-bq in #51
  • Fix for compilation error on case-sensitive filesystem by @alexey-temnikov in #50
  • [AD-640] [ODBC] Refactor tests to use local server by @birschick-bq in #52
  • [AD-591] Map query metadata by @alinaliBQ in #53
  • [AD-644] Tableau show metadata by @alinaliBQ in #55
  • [AD-527] Clean MacOS build warnings auto_ptr by @alinaliBQ in #56
  • [AD-678] add unit test for Get/Set Statement Attribute by @alinaliBQ in #58
  • [AD 656] Allow MacOS incremental build by @alinaliBQ in #59
  • [AD-604] Query execution adaption by @birschick-bq in #57
  • [AD-673] bump JDBC version to 1.2.1 by @alinaliBQ in #61
  • [AD-690] Refactor DocumentDbRow and DocumentDbColumn by @birschick-bq in #62
  • AD-660 enable linux build by @affonsoBQ in #54
  • [AD-638] Memory errors by @affonsoBQ in #65
  • [AD-685] Add DEBUG Log messages throughout the ODBC code base by @alinaliBQ in #63
  • [AD-721] resolve linux build error by @alinaliBQ in #68
  • [AD-721] delete compile_commands.json by @alinaliBQ in #70
  • Updating JDBC version by @affonsoBQ in #72
  • [AD-370] upload odbc driver build on push to develop by @alinaliBQ in #71
  • [AD-735] large dataset crash issue by @birschick-bq in #74
  • [AD-649] Add missing documentation by @affonsoBQ in #73
  • [AD-550] Adapt Foreign Keys by @birschick-bq in #75
  • [AD 551] Adapt Primary Keys by @birschick-bq in #76
  • [AD-751] make getColumns/getTables pass nullptr for catalog and schema params to JDBC by @birschick-bq in #77
  • AD-757 remove unused functions by @birschick-bq in #78
  • [AD-563] Remove unnecessary libraries by @birschick-bq in #82
  • [AD-771] fix issue of JDBC not returning tables by @alinaliBQ in #81
  • [AD-621] adapt SqlColAttribute by @alinaliBQ in #79
  • [AD-753] check JVM attach result before use it / [AD-772] add bug fix to iterate past vector end by @birschick-bq in #86
  • [AD-801] add log by @birschick-bq in #87
  • [AD-573] unicode port ( ODBC W API Interfaces) by @birschick-bq in #90
  • [AD-767] apply .clang-format to all our code by @birschick-bq in #92
  • [AD-572] iODBC port (driver is using unixodbc) by @birschick-bq in #94
  • [AD-805] Bug with Unicode inside mac debug build by @birschick-bq in #95
  • [AD-803] and [AD-811] by @birschick-bq in #96
  • [AD-758] - Performance investigation SELECT * TABLE and SELECT * VIRTUAL-TABLE by @affonsoBQ in #84
  • Removing unnecessary docs #52 by @affonsoBQ in #97
  • [AD-617 & AD-794] Add Code coverage and badge by @affonsoBQ in #85
  • [AD-782] Remove unused functions from current code by @birschick-bq in #98
  • [AD-823] Rename Binaries Generated by @affonsoBQ in #99
  • [AD-759] FIX windows installer by @affonsoBQ in #101
  • [AD-781] Automate setting up environment variables when building driver on Linux/macOS/Windows by @birschick-bq in #100
  • [AD-822] [ODBC] Correct issues of incorrect buffer length - byte versus character. by @birschick-bq in #102
  • [AD-555] Adaptation SQLSetConnectAttr/SQLGetConnectAttr set one connection string attr by @affonsoBQ in #103
  • [AD-549] Throw error when user tries to execute a query with parameters by @affonsoBQ in #104
  • [AD-859] Performance improvement for ODBC by @birschick-bq in #106
  • [AD-514] Rename and refactor Ignite to DocumentDB. by @birschick-bq in #105
  • [ODBC] Update JDBC version to 1.3.0 by @affonsoBQ in #108
  • [AD-541] When using SQLGetInfo, I want to return general information about the driver and data source associated with a connection. by @birschick-bq in #107
  • [AD-845] User and auth are supported in SQLConnect by @birschick-bq in #109
  • [AD-864] Improve UI/UX of DSN dialog. by @birschick-bq in #110
  • [AD-898] Ensure appName is set correctly by @birschick-bq in #112
  • [AD-883] Check/Update documentation by @affonsoBQ in #111
  • [AD-909] Enable SQL_ATTR_ROW_ARRAY_SIZE statement attribute greater than 1. by @birschick-bq in #114
  • [AD-893] Port Unable To Change Log File by @affonsoBQ in #115
  • [AD-552] Implement SQLGetTypeInfo return type info. by @birschick-bq in #117
  • [AD-599] Adapt to use all DSN configuration on mongo cxx driver connection by @affonsoBQ in #118
  • [AD-920] Auto Installer: Streamline setup, everything needs to be in the installation package (C++ runtime included) by @affonsoBQ in #119
  • [AD-924] Update JDBC Version from 1.30 to 1.3.1 by @affonsoBQ in #121
  • [AD-943] Update documentation on limitations. by @birschick-bq in #120
  • [AD-930] Adding AWS Logo to the installer by @affonsoBQ in #116

New Contributors

Full Changelog: https://github.com/aws/amazon-documentdb-odbc-driver/commits/v0.1.0