Skip to content
Snippets Groups Projects
  1. Aug 02, 2019
  2. May 17, 2019
  3. May 16, 2019
  4. Apr 26, 2019
  5. Apr 23, 2019
    • Saba Kauser's avatar
      Doc changes (#393) · bd58f7ed
      Saba Kauser authored
      * Update README.md
      
      * fix #388
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      bd58f7ed
  6. Apr 16, 2019
  7. Apr 10, 2019
  8. Mar 14, 2019
    • Saba Kauser's avatar
      Release 3.0.1 (#385) · 78993f2e
      Saba Kauser authored
      * fix UnicodeDecodeError with ibm_db.get_option
      
      * bug fixes
      
      * Update ibm_db.c
      
      * install_name_tool for mac OS
      
      * review comments
      
      * fix space
      
      * fix typo
      
      * new test cases
      
      * copy README, LICENSE and CHANGES to ibm_db install path
      
      * add new line
      
      * change ibm_db version add tests, certs, config.py.sample to install,
      
      * Update README.md
      
      * Update CHANGES
      
      * Update README.md
      
      * Update README.md
      78993f2e
  9. Mar 07, 2019
  10. Feb 25, 2019
  11. Jan 24, 2019
  12. Jan 15, 2019
  13. Dec 06, 2018
  14. Dec 05, 2018
  15. Nov 21, 2018
  16. Nov 09, 2018
  17. Oct 15, 2018
  18. Oct 01, 2018
    • Kevin Adler's avatar
      Add Appveyor support for Windows CI (#346) · 39524976
      Kevin Adler authored
      Currently, there's no way to run the tests due to limitations of
      Appveyor for running Linux Docker images on Windows and there's no
      DB2 Express-C Docker image for Windows. At least it can be verified
      that C code changes won't break under MSVC.
      39524976
  19. Sep 28, 2018
  20. Sep 27, 2018
    • Kevin Adler's avatar
      Add support for Travis CI (#343) · f4afa50d
      Kevin Adler authored
      * Use print_function for py2/py3 compatibility
      
      * Make tests compatible with Python 2 and 3
      
      * Ensure test_265_NoAffectedRows.py passes when never run previously
      
      * Use assert_expectf in test_warn.py
      
      * Ensure that tests.py returns non-zero status code if failures occur
      
      Additionally, greatly simplify the test runner.
      
      * Add Travis CI support
      
      * Skip tests which fail in CI
      
      * Add Travis CI badge
      f4afa50d
  21. Sep 22, 2018
  22. Aug 16, 2018
  23. Aug 08, 2018
    • Saba Kauser's avatar
      2.0.9 (#332) · c6fe669b
      Saba Kauser authored
      * 2.0.9 changes
      
      * tests folder for python 3.*
      
      * correct print
      c6fe669b
  24. Aug 06, 2018
  25. Aug 03, 2018
  26. Jul 23, 2018
    • Kevin McKenzie's avatar
      Fix bug in setup.py where wrong cli file could be downloaded (#325) · 5d89380a
      Kevin McKenzie authored
      
      * Fix the broken links
      
      I read and certify the DCO; as an employee of IBM, they own my work anyway.
      
      * Fix bug in setup.py where wrong cli file could be downloaded
      
      I work for IBM; this work is theirs, so I accept the contributor guidelines.
      
      Anyway, there’s a bug in the setup for ibm_db.  Specifically, when you’re trying to install the command line library.  You have function that looks through everything that’s returned from os.uname() to determine which one to download.  That function looks through all the items returned, which includes (sysname,nodename, release, version, machine).  The problem is that when you’re checking to determine which libraries to download for linux, you look at all those fields, and right now, the release string for RHEL zLinux is '3.10.0-862.el7.s390x’, so if you try installing ibm_db on zLinux, it downloads the cli_libraries for the x86 platform and the install fails.  What I’m proposing you do instead is only look at the machine field to determine the architecture.  I don’t have access to all those types of machines to validate that this is the correct solution, but it does work for zLinux.  I’m assuming you have a place you can validate the other platforms.
      
      * Changing check for the SPARC architecture
      
      Signed-off-by: default avatarKevin McKenzie <kmckenzi@us.ibm.com>
      5d89380a
  27. Jun 22, 2018
Loading