Skip to content

Releases: josuebrunel/myql

v1.2.7

08 Oct 11:47
Compare
Choose a tag to compare

Installation issue fixed

v1.2.5

22 Aug 19:42
Compare
Choose a tag to compare
  • camelCase dropped for underscore
  • Support for substitution variable i.e @Myvar
  • Support of Remote Filters
  • Support of Post Query Filters

1.2.4

08 Jul 12:54
Compare
Choose a tag to compare
1.2.4 release

v1.2.3

08 Jun 18:55
Compare
Choose a tag to compare
  • Fixed issue related to date in StockRetriver.get_historical_info #107
  • Fixed issue with IN condition in where clause #106
  • Fix definition of raw_input for python3 #105
  • Yahoo-OAuth included as main oauth library #112

v1.2.2

31 May 03:21
Compare
Choose a tag to compare
  • Python3 support OK #71
  • PyPy/PyPy3 support OK
  • Fixed issue with IN condition in where clause
  • Fixed issue when passing an empty list/tuple ([]/()) in a where clause besides first argument
  • Import of _StockParser_ from Gurchet Rai OK #68
  • Insert, Update, Delete methods added #67
  • Dummy try/except removed from main module
  • Fixed Invalid OAuth Signature when using a refreshed token #64
  • Fixed misused of _MYQL.use(...)_ #76
  • Fixed format issue #82
  • Added useful functions in utils #81
  • Default access to community tables
  • Response prettyfier : pretty_json, pretty_xml

v1.2.1

09 May 14:54
Compare
Choose a tag to compare
  • Multiple requests while using YOAuth fixed

v1.2

09 May 14:53
Compare
Choose a tag to compare
  • OpenTable classes
  • Access to resources requiring authentication

v0.5.6

27 Aug 06:06
Compare
Choose a tag to compare
v0.5.6 Pre-release
Pre-release
  • fetch data
  • access to community data
  • select data format (xml/json)
  • change data source
  • filter data

fixes

  • using default or on the fly different response format
  • select().where() without limit
  • limit on get

v0.5.5

27 Aug 06:04
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release
  • fetch data
  • access to community data
  • select data format (xml/json)
  • change data source
  • filter data

v0.5.2

17 Aug 11:30
Compare
Choose a tag to compare

🎱 Features

  • fetch data
  • select data format (xml/json)
  • change data source
  • filter data
  • access to community data
  • Installation via setup.py

🎱 coming

  • oauth
  • open data CRUD