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

Update RowDataPacket.js #2453

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

Commits on Jan 6, 2021

  1. Update RowDataPacket.js

    Make it possible for getting column by its index (just like field list). This way you can implement your own unique strategy outside the module. 
    
    Usage: 
    conn.query({ sql, nestTables: [] }, function(error, results, fields) {  } );
    ulriklystbaek committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    74637ae View commit details
    Browse the repository at this point in the history
  2. Update RowDataPacket.js

    Support prior to 0.10
    ulriklystbaek committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    e4f9c05 View commit details
    Browse the repository at this point in the history