Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: creationix/postgres-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: carlsverre/postgres-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 1, 2009

  1. Configuration menu
    Copy the full SHA
    00fb47a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c6cf1 View commit details
    Browse the repository at this point in the history
  3. Used ry's type-oids header to build one for javascript.

    	* starting to write more parsing functions
    carlsverre committed Dec 1, 2009
    Configuration menu
    Copy the full SHA
    c4c344b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2009

  1. Merge branch 'master' of git://github.com/creationix/postgres-js

    Conflicts:
    	postgres.js
    carlsverre committed Dec 2, 2009
    Configuration menu
    Copy the full SHA
    0e2eb3e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2009

  1. Configuration menu
    Copy the full SHA
    04ce9a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a1e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e6f507 View commit details
    Browse the repository at this point in the history
  4. More changes

    carlsverre committed Dec 3, 2009
    Configuration menu
    Copy the full SHA
    a076b6c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2009

  1. Adds parameterized queries and prepared query support to the library.

    As we're not using libpq, this is achieved by using dollarquoting with randomized container names to de-taint input.
    
    This is an initial attempt - there are likely bugs and oddities I haven't discovered yet.
    Aurynn Shaw committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    d509dc5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'aurynn/master'

    Conflicts:
    	README.markdown
    	postgres.js
    carlsverre committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    9fe9047 View commit details
    Browse the repository at this point in the history
  3. continuing the merge

    carlsverre committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    d4e4ef3 View commit details
    Browse the repository at this point in the history
  4. Finish the merge

    carlsverre committed Dec 9, 2009
    Configuration menu
    Copy the full SHA
    8b7541d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2009

  1. Configuration menu
    Copy the full SHA
    6db8e53 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2009

  1. Fixed minor date bug

    carlsverre committed Dec 17, 2009
    Configuration menu
    Copy the full SHA
    233b70d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    517ad28 View commit details
    Browse the repository at this point in the history
Loading