Commit History

Author SHA1 Message Date
  Douglas Christopher Wilson 47d6e84cfc lint: separate variable declarations 6 years ago
  Douglas Christopher Wilson 3acb273b8d lint: fix comma spacing 7 years ago
  Al Scott 7549c734e5 Add sql property to query Error objects 8 years ago
  Douglas Christopher Wilson 54615730c6 lint: fix object key spacing 8 years ago
  Douglas Christopher Wilson e18600fb9c Fix edge cases when determing Query result packets 8 years ago
  Douglas Christopher Wilson 1c56f4a766 lint: remove multiple empty lines 8 years ago
  Douglas Christopher Wilson 5372bf0896 build: move repository to mysqljs/mysql 8 years ago
  Paul Nilsson 1720920f7a Fix Query stream to emit close after ending 9 years ago
  Douglas Christopher Wilson f867e85c7a lint: require consistent return statements 9 years ago
  Douglas Christopher Wilson 6e87af8cdd Fix LOAD DATA INFILE handling in multiple statements 10 years ago
  Douglas Christopher Wilson 5a517ada5f Add timeout option to all sequences 10 years ago
  Douglas Christopher Wilson e8c158bb76 deps: readable-stream@1.1.13 11 years ago
  Stephen Sugden 84d512ef57 query.stream()._read without connection is a no-op 11 years ago
  Stephen Sugden 879b8a51fa Emit 'close' events from query streams 11 years ago
  Andrey Sidorov 2a8bc88d8f missing semicolon 11 years ago
  Andrey Sidorov e29a74ac99 use readable-stream only if core stream.Readable is not defined 11 years ago
  Andrey Sidorov 474f45f9dd use readable-stream instead of core Stream2 for 0.8 compatibility 11 years ago
  ayanamist 6b8884e174 Use stream to handle local file. 11 years ago
  Ziggy Jonsson c5a8114702 Use single-quotes in stream() 12 years ago
  Ziggy Jonsson eb4410bbc1 Add stream method to Query 12 years ago
  Diogo Resende 8634c4f605 Merge pull request #339 from felixge/fix304 12 years ago
  Stephen Sugden b6a8fa9e2e Factor Query creation into an exported function. 12 years ago
  Diogo Resende 698c5501f9 Fixes a few bugs, changes fakeServer to behave like a PROTOCOL_41 compatible 12 years ago
  Diogo Resende 652e70d8e9 Using CLIENT_PROTOCOL_41 flag to detect pre 4.1 servers 12 years ago
  Diogo Resende 2a024c09ba Change typeCast to receive Connection instead of Connection.config.timezone 12 years ago
  Diogo Resende 8d7d814890 Adds "timezone" config param (related to #291 and #289) 12 years ago
  Felix Geisendörfer 6862af859e Implement exception safety 12 years ago
  Felix Geisendörfer 4535be8e35 Remove TODO comment that was already done 12 years ago
  Felix Geisendörfer 360748d2a5 Fix: Passing nestTables to Connection#query 12 years ago
  Felix Geisendörfer 5222237f4c Fix: Handle strings in first row column value 12 years ago