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

Fix for issue #56 #57

Closed
wants to merge 28 commits into from
Closed

Fix for issue #56 #57

wants to merge 28 commits into from

Commits on Jul 4, 2011

  1. Copy the full SHA
    4aeed26 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bb62395 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    63776d2 View commit details
    Browse the repository at this point in the history
  4. Add .gitignore.

    bradfitz committed Jul 4, 2011
    Copy the full SHA
    e8fe638 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f016c76 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0002d16 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2011

  1. Distinguish between a Row data packet containing a Column Value

    length zero (to indicate empty string). And a NULL value.
    Tim O'Brien committed Sep 2, 2011
    Copy the full SHA
    a749deb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2011

  1. fixed to handle null values

    Patrick Crosby committed Sep 7, 2011
    Copy the full SHA
    ce5503e View commit details
    Browse the repository at this point in the history
  2. removed debugging

    Patrick Crosby committed Sep 7, 2011
    Copy the full SHA
    ce398ba View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2011

  1. fixed nil floats

    Patrick Crosby committed Sep 15, 2011
    Copy the full SHA
    48c6254 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2011

  1. probably just gofmt

    Patrick Crosby committed Sep 17, 2011
    Copy the full SHA
    862feff View commit details
    Browse the repository at this point in the history
  2. merge

    Patrick Crosby committed Sep 17, 2011
    Copy the full SHA
    844e658 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2011

  1. merge from release branch

    Patrick Crosby committed Oct 11, 2011
    Copy the full SHA
    711c7a3 View commit details
    Browse the repository at this point in the history
  2. fomatting

    Patrick Crosby committed Oct 11, 2011
    Copy the full SHA
    70f49eb View commit details
    Browse the repository at this point in the history
  3. debugging

    Patrick Crosby committed Oct 11, 2011
    Copy the full SHA
    d67d399 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    02bfa05 View commit details
    Browse the repository at this point in the history
  5. removed debugging

    Patrick Crosby committed Oct 11, 2011
    Copy the full SHA
    a3924f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2011

  1. adaptations to go weekly (a few changes made by gofix + new variable …

    …return shadowing rule + replacement of os.Error by error)
    Canop committed Nov 14, 2011
    Copy the full SHA
    2ec90bd View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2011

  1. updated to compile with latest go weekly

    Patrick Crosby committed Dec 12, 2011
    Copy the full SHA
    44d27f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2012

  1. date handler bug?

    Patrick Crosby committed Feb 9, 2012
    Copy the full SHA
    6275894 View commit details
    Browse the repository at this point in the history
  2. more on date bug

    Patrick Crosby committed Feb 9, 2012
    Copy the full SHA
    73a1111 View commit details
    Browse the repository at this point in the history
  3. formatting?

    Patrick Crosby committed Feb 9, 2012
    Copy the full SHA
    021c524 View commit details
    Browse the repository at this point in the history
  4. merge

    Patrick Crosby committed Feb 9, 2012
    Copy the full SHA
    a4d75c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2012

  1. Merge remote-tracking branch 'camlistore/master'

    Frederic Donckels committed Feb 12, 2012
    Copy the full SHA
    2f9185f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'patrickxb/master'

    Conflicts:
    	handler.go
    	mysql_test.go
    	packet.go
    	result.go
    Frederic Donckels committed Feb 12, 2012
    Copy the full SHA
    ae79470 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'canop/master'

    Conflicts:
    	convert.go
    	error.go
    	handler.go
    	mysql.go
    	mysql_test.go
    	packet.go
    	result.go
    	statement.go
    Frederic Donckels committed Feb 12, 2012
    Copy the full SHA
    d51f407 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2012

  1. Compatibility with weekly 2012.02.07

    Merged most of the branches which contained actual changes
    Ensured syntaxic correctness
    Ensured existing tests run
    Migrated to new src structure compatible with "go build"
    :
    Frederic Donckels committed Feb 15, 2012
    Copy the full SHA
    d1cd7d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2012

  1. Fix duplicate Error func in error.go

    fix ColumnValue type usage broken from previous merge in handler.go
    fix typo in packet.go
    fix readlengthcodedbytes func broken from merge and in packet.go
    replace various os.Error with error
    timob committed Mar 19, 2012
    Copy the full SHA
    688f2d1 View commit details
    Browse the repository at this point in the history