Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Problemas com o postgres #12

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

Problemas com o postgres #12

wants to merge 45 commits into from

Commits on May 20, 2013

  1. initial commit of ArrestDB

    alixaxel committed May 20, 2013
    Configuration menu
    Copy the full SHA
    3d872d4 View commit details
    Browse the repository at this point in the history
  2. initial commit of ArrestDB

    alixaxel committed May 20, 2013
    Configuration menu
    Copy the full SHA
    22788fa View commit details
    Browse the repository at this point in the history
  3. updated README

    alixaxel committed May 20, 2013
    Configuration menu
    Copy the full SHA
    14971f6 View commit details
    Browse the repository at this point in the history
  4. updated README

    alixaxel committed May 20, 2013
    Configuration menu
    Copy the full SHA
    da47c27 View commit details
    Browse the repository at this point in the history
  5. updated README

    alixaxel committed May 20, 2013
    Configuration menu
    Copy the full SHA
    2ab5344 View commit details
    Browse the repository at this point in the history
  6. added some todos

    alixaxel committed May 20, 2013
    Configuration menu
    Copy the full SHA
    456fc43 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2013

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

Commits on Jun 2, 2013

  1. Configuration menu
    Copy the full SHA
    ede090a View commit details
    Browse the repository at this point in the history
  2. updated readme

    alixaxel committed Jun 2, 2013
    Configuration menu
    Copy the full SHA
    cf55b5f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2013

  1. Configuration menu
    Copy the full SHA
    9ad635e View commit details
    Browse the repository at this point in the history
  2. updated readme

    alixaxel committed Jun 7, 2013
    Configuration menu
    Copy the full SHA
    870ba5d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2013

  1. Configuration menu
    Copy the full SHA
    6e3b061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7d36d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2013

  1. Configuration menu
    Copy the full SHA
    ced5de2 View commit details
    Browse the repository at this point in the history
  2. updated readme

    alixaxel committed Jun 21, 2013
    Configuration menu
    Copy the full SHA
    0000bfa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2013

  1. support for batch INSERTs

    alixaxel committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    bc9df54 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    alixaxel committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    c0447f8 View commit details
    Browse the repository at this point in the history
  3. updated changelog

    alixaxel committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    4df2cf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2013

  1. added support for PostgreSQL

    alixaxel committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    f68b5dc View commit details
    Browse the repository at this point in the history
  2. minor code cleanup

    alixaxel committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    553e56a View commit details
    Browse the repository at this point in the history
  3. updated README

    alixaxel committed Dec 16, 2013
    Configuration menu
    Copy the full SHA
    c1d9561 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2013

  1. Configuration menu
    Copy the full SHA
    5496de4 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    alixaxel committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    246d892 View commit details
    Browse the repository at this point in the history
  3. minor refactor

    alixaxel committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    db9d69f View commit details
    Browse the repository at this point in the history
  4. Update README.md

    alixaxel committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    e1bc182 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    alixaxel committed Dec 29, 2013
    Configuration menu
    Copy the full SHA
    5aacb9f View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2014

  1. Configuration menu
    Copy the full SHA
    10c1829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d934a61 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2014

  1. updated README

    alixaxel committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    ffecb4d View commit details
    Browse the repository at this point in the history
  2. updated README

    alixaxel committed Jan 17, 2014
    Configuration menu
    Copy the full SHA
    06bd866 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. fixed bug in POST, PUT

    alixaxel committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    1bf6ee2 View commit details
    Browse the repository at this point in the history
  2. updated README

    alixaxel committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    15052f3 View commit details
    Browse the repository at this point in the history
  3. updated README

    alixaxel committed Jan 30, 2014
    Configuration menu
    Copy the full SHA
    ac399ae View commit details
    Browse the repository at this point in the history

Commits on May 8, 2014

  1. content-type header can contain encoding, e.g. application/x-www-form…

    …-urlencoded; charset=utf-8
    
    Did a string comparison on the string before the first ;.
    lievenjanssen committed May 8, 2014
    Configuration menu
    Copy the full SHA
    76884ad View commit details
    Browse the repository at this point in the history

Commits on May 9, 2014

  1. Configuration menu
    Copy the full SHA
    af308ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from lievenjanssen/content-type-fix

    fix when content-type header contains encoding
    alixaxel committed May 9, 2014
    Configuration menu
    Copy the full SHA
    9125f20 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2014

  1. Moving all responses to a single location

    Allows for global modification of a particular type of response
    bign8 committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    236e764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9161519 View commit details
    Browse the repository at this point in the history
  3. Revert "Switching Indent Style: Allman to BSD-KNF"

    This reverts commit 9161519.
    bign8 committed Jun 10, 2014
    Configuration menu
    Copy the full SHA
    63d588c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2014

  1. Merge pull request #14 from bign8/orig

    Moving all responses to a single location
    alixaxel committed Jun 14, 2014
    Configuration menu
    Copy the full SHA
    ecfdb0d View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2014

  1. PHP 5.4 short array syntax

    alixaxel committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    d430225 View commit details
    Browse the repository at this point in the history
  2. updated README

    alixaxel committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    fc92b0a View commit details
    Browse the repository at this point in the history
  3. updated README

    alixaxel committed Sep 16, 2014
    Configuration menu
    Copy the full SHA
    4267e32 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2019

  1. Create FUNDING.yml

    alixaxel authored Jun 23, 2019
    Configuration menu
    Copy the full SHA
    c11cc00 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Update FUNDING.yml

    alixaxel authored Jan 5, 2020
    Configuration menu
    Copy the full SHA
    a3b8927 View commit details
    Browse the repository at this point in the history