Skip to content
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

emysql_query and emysql_saver #139

Open
wants to merge 66 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 10, 2014

  1. add emysql_pool to manager pools

    Jack Tang committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    a49df26 View commit details
    Browse the repository at this point in the history
  2. add transaction

    slepher committed Apr 10, 2014
    Configuration menu
    Copy the full SHA
    2414e7c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2014

  1. add ActiveRecord style query interface

    Jack Tang committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    acd2a2d View commit details
    Browse the repository at this point in the history
  2. format code

    Jack Tang committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    72cb0df View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into taodi

    Jack Tang committed Apr 24, 2014
    Configuration menu
    Copy the full SHA
    84e01fc View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2014

  1. add deps to gitignore

    Jack Tang committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    25c2004 View commit details
    Browse the repository at this point in the history
  2. adjust to emysql:add_pool/2

    Jack Tang committed Apr 28, 2014
    Configuration menu
    Copy the full SHA
    5bd0773 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2014

  1. add test database config

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    28a08fc View commit details
    Browse the repository at this point in the history
  2. complete find and find_first

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    a14465f View commit details
    Browse the repository at this point in the history
  3. fix typo

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    8f3c2f5 View commit details
    Browse the repository at this point in the history
  4. fix emysql:prepare error

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    3cf0a8c View commit details
    Browse the repository at this point in the history
  5. refine find

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    5342929 View commit details
    Browse the repository at this point in the history
  6. find and find_first works

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    dba1345 View commit details
    Browse the repository at this point in the history
  7. trace sql execution in some cases

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    ac8abbf View commit details
    Browse the repository at this point in the history
  8. assemble execute_trace process

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    3b107c9 View commit details
    Browse the repository at this point in the history
  9. assemble execute_trace process

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    bce4aa3 View commit details
    Browse the repository at this point in the history
  10. clean the code

    Jack Tang committed Apr 29, 2014
    Configuration menu
    Copy the full SHA
    d2119b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. add transaction trace

    Jack Tang committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    6fd8918 View commit details
    Browse the repository at this point in the history
  2. reformat execute log

    Jack Tang committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    d6c4b50 View commit details
    Browse the repository at this point in the history
  3. complete find_each

    Jack Tang committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    292d43b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2014

  1. add INPUT macro

    Jack Tang committed May 3, 2014
    Configuration menu
    Copy the full SHA
    a7863cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e765c98 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2014

  1. add batch save/update

    Jack Tang committed May 4, 2014
    Configuration menu
    Copy the full SHA
    14d43af View commit details
    Browse the repository at this point in the history
  2. add find_and_create_by

    Jack Tang committed May 4, 2014
    Configuration menu
    Copy the full SHA
    7c83806 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Jack Tang committed May 4, 2014
    Configuration menu
    Copy the full SHA
    baa2362 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into taodi

    Jack Tang committed May 4, 2014
    Configuration menu
    Copy the full SHA
    6a7169b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2014

  1. add rebar deps notes

    Jack Tang committed May 5, 2014
    Configuration menu
    Copy the full SHA
    36a62a0 View commit details
    Browse the repository at this point in the history
  2. format it

    Jack Tang committed May 5, 2014
    Configuration menu
    Copy the full SHA
    aede183 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. add lager lib

    Jack Tang committed May 6, 2014
    Configuration menu
    Copy the full SHA
    76ee47a View commit details
    Browse the repository at this point in the history
  2. fix typo

    Jack Tang committed May 6, 2014
    Configuration menu
    Copy the full SHA
    87b0a4e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. support dict style 'where'

    Jack Tang committed May 7, 2014
    Configuration menu
    Copy the full SHA
    170529e View commit details
    Browse the repository at this point in the history
  2. add AS_VAL support

    Jack Tang committed May 7, 2014
    Configuration menu
    Copy the full SHA
    a5087ea View commit details
    Browse the repository at this point in the history
  3. supports insert ignore

    Jack Tang committed May 7, 2014
    Configuration menu
    Copy the full SHA
    0de8719 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. fix typos

    Jack Tang committed May 8, 2014
    Configuration menu
    Copy the full SHA
    922c3e6 View commit details
    Browse the repository at this point in the history
  2. refine ?INPUT macro

    Jack Tang committed May 8, 2014
    Configuration menu
    Copy the full SHA
    65182a9 View commit details
    Browse the repository at this point in the history
  3. fix INPUT macro

    Jack Tang committed May 8, 2014
    Configuration menu
    Copy the full SHA
    259a8af View commit details
    Browse the repository at this point in the history
  4. clean up macros

    Jack Tang committed May 8, 2014
    Configuration menu
    Copy the full SHA
    26be1b3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. fix SqlFields bug in save

    Jack Tang committed May 9, 2014
    Configuration menu
    Copy the full SHA
    04e6848 View commit details
    Browse the repository at this point in the history
  2. fix return value of find_first

    Jack Tang committed May 9, 2014
    Configuration menu
    Copy the full SHA
    8462979 View commit details
    Browse the repository at this point in the history
  3. support created_at and updated_at

    Jack Tang committed May 9, 2014
    Configuration menu
    Copy the full SHA
    aed6bba View commit details
    Browse the repository at this point in the history
  4. add update_or_create_by

    Jack Tang committed May 9, 2014
    Configuration menu
    Copy the full SHA
    056a5d2 View commit details
    Browse the repository at this point in the history
  5. fix merge_rec bug

    Jack Tang committed May 9, 2014
    Configuration menu
    Copy the full SHA
    4cf46f7 View commit details
    Browse the repository at this point in the history
  6. fix bugs in update_or_create_by

    Jack Tang committed May 9, 2014
    Configuration menu
    Copy the full SHA
    146d803 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2014

  1. fix bug in update_or_create_by

    Jack Tang committed May 11, 2014
    Configuration menu
    Copy the full SHA
    93719ca View commit details
    Browse the repository at this point in the history
  2. fix created_at/updated_at bug

    Jack Tang committed May 11, 2014
    Configuration menu
    Copy the full SHA
    21538da View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. ignore created_at in updating records

    Jack Tang committed May 13, 2014
    Configuration menu
    Copy the full SHA
    e461b15 View commit details
    Browse the repository at this point in the history
  2. return updated rec when saving one rec

    Jack Tang committed May 13, 2014
    Configuration menu
    Copy the full SHA
    74e61ff View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. add AccIn to collect find_each result

    Jack Tang committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    8dd8960 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2014

  1. fix ?AS_VAL bug

    Jack Tang committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    3c04fa4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2014

  1. fix find_each bug

    Jack Tang committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    1704d77 View commit details
    Browse the repository at this point in the history
  2. find_or_create_by returns one object

    Jack Tang committed Jun 16, 2014
    Configuration menu
    Copy the full SHA
    2a9bfb5 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2014

  1. fix generate_insert_sql bug

    zhangnan committed Dec 25, 2014
    Configuration menu
    Copy the full SHA
    b70157f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2014

  1. Merge pull request #1 from rabbitz/taodi

    fix generate_insert_sql bug
    Jack Tang committed Dec 26, 2014
    Configuration menu
    Copy the full SHA
    1402ce5 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2015

  1. add fold function to emysql_query module

    zhangnan committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    1db6cf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from rabbitz/taodi

    add foldl function to emysql_query module
    Jack Tang committed Feb 2, 2015
    Configuration menu
    Copy the full SHA
    e811eb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2015

  1. enhanced emysql_query:find_each

    Jack Tang committed Feb 10, 2015
    Configuration menu
    Copy the full SHA
    bd89e7a View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2015

  1. insert on duplicate

    Jack Tang committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    bd86894 View commit details
    Browse the repository at this point in the history
  2. compatible order in previous version

    Jack Tang committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    fdce72b View commit details
    Browse the repository at this point in the history
  3. remove AccIn when it is undefined

    Jack Tang committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    c4c71f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2015

  1. export as_record/5

    Jack Tang committed Feb 13, 2015
    Configuration menu
    Copy the full SHA
    161d213 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2015

  1. fix bug in emysql_query:find_each

    Jack Tang committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    8548ae3 View commit details
    Browse the repository at this point in the history
  2. fix bug in lists:append

    Jack Tang committed Feb 15, 2015
    Configuration menu
    Copy the full SHA
    9bed3ea View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2015

  1. fix bug in lists:foldl

    Jack Tang committed Feb 25, 2015
    Configuration menu
    Copy the full SHA
    f29c4eb View commit details
    Browse the repository at this point in the history

Commits on May 11, 2015

  1. Fix in statement in emysql_query

    Jack Tang committed May 11, 2015
    Configuration menu
    Copy the full SHA
    38f562d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Remove deprecated api

    Jack Tang committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    a930662 View commit details
    Browse the repository at this point in the history
  2. Remove deprecated api

    Jack Tang committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    f1ab3f8 View commit details
    Browse the repository at this point in the history