Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voku/idiorm

A lightweight nearly-zero-configuration object-relational mapper and fluent query builder for PHP5.
https://github.com/voku/idiorm

Merge pull request #221 from cainmi/issue-219

Fix for #219: binding named parameters broken

5d6c964fe2953f66d117d631407490b62e9ff992 authored over 10 years ago by Simon Holywell <[email protected]>
Swap switch for if/else

2600268f6cb0d6d4ec4252a63e72b66e920e242b authored over 10 years ago by Mitch <[email protected]>
Remove code replaces by prev commit

91e8e2c936a16ed3e2e3ff3c27f9d4d7eaedaa2f authored over 10 years ago by Mitch <[email protected]>
Fix for name params, resolves #219

85a0d2e1d609645427fc4bf8e9cc1bfd94543d4e authored over 10 years ago by Mitch <[email protected]>
Add release date

7dd941dd4b4aea05eb903111bb98673e3bc6187c authored over 10 years ago by Simon Holywell <[email protected]>
Document project status

5ba91ee0ff3b5c87613444b8c7f28aa86dda4d13 authored over 10 years ago by Simon Holywell <[email protected]>
Tidy up the caching pull request

f27715f07c8784ad751321c876de23635aa19673 authored over 10 years ago by Simon Holywell <[email protected]>
Added custom caching functions

This is a combination of 20 commits:
added cache callback #212

added test

Added text for custo...

e7b77adc4378c9a7581d7793a7e6717cbadc10f8 authored over 10 years ago by Peter Ivanov <[email protected]>
Update README.markdown

00c6f6cce5f31c239c217a3a21e4ba96e9b1fc91 authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #205 from cainmi/develop

Restrict null primary keys on update/delete, resolves #203

6dbd87954c5be02d69259e3bc236081f8cd34310 authored over 10 years ago by Simon Holywell <[email protected]>
Update README.markdown

b616165902f383f068eba25f3c979005fe0d4148 authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #214 from cainmi/issue-181

offsetExists() should return true for null values, resolves #181

019b01a74efe254c39f9106905ccc1eefe294910 authored over 10 years ago by Simon Holywell <[email protected]>
Update tests to not expect generic exception, as PHPUnit < 3.7 (PHP 5.2) can't handle it

90469df2980ff338e91fb23a514d24a135e3147b authored over 10 years ago by Mitch <[email protected]>
Fix merge conflicts

2aa5869fa6a6c27216077731974fc025f8a14df3 authored over 10 years ago by Mitch <[email protected]>
offsetExists() should return true for null values, resolves #181

f312b3bf0b9226683872fee77f0b22cbffbd3a44 authored over 10 years ago by Mitch <[email protected]>
Update README.markdown

ffb4ef2d090223215687819763e335ebc319d716 authored over 10 years ago by Simon Holywell <[email protected]>
Document latest pull request merges

335ea9af205bd64bdf670bfc1e60d8bf9c67fee2 authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #208 from SneakyBobito/patch-1

Fix bindParams to bindParam

0770bdef774706fcf4a821c53b209293e87119bb authored over 10 years ago by Simon Holywell <[email protected]>
Add contributing text

36aeaa64ea569619629d88676abda70caecf3828 authored over 10 years ago by Simon Holywell <[email protected]>
update bindParams to bindParam

9a2dfbf87d702db721910f46614a9b35ac79fe10 authored over 10 years ago by Soufiane Ghzal <[email protected]>
Update idiorm.php

ca8cacde0609c05078de54a288f5bc76887f8834 authored over 10 years ago by Soufiane Ghzal <[email protected]>
Tests for 27fb7f29a849270b329533b8f7944beb163b1c06

2126f362562bb9e9a88dae27951d6da3dbc42103 authored over 10 years ago by Mitch <[email protected]>
MockPDOStatement::execute() Strict Standards

a8c71384c2c767a4241f1ed3f14965218bb7bc2d authored over 10 years ago by Mitch <[email protected]>
Merge pull request #206 from charsleysa/develop

Fix for parameter types.

f8f46c084cfbff704dd39f6d89de5308a3d30b0d authored over 10 years ago by Simon Holywell <[email protected]>
Removed useless code.

93e050c209898f64e84112b3fffe77d100149b2e authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Fixed type checks.

Only make integers type int, all other number types get passed as
strings.

41dd2cc40eb1e8d81ebb99eef98131a3a2c58661 authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Fixed testing logic.

0e42e9c0e143002c605b5750db5f3b655b3508c5 authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Fixed testing.

f66574f7f59059173b3cd5185dfc362762747b68 authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Fix typos.

c16a31f6b8938fdb1bcd9a3ef36bd2a79e72b97b authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Fix for parameter types.

6a9b77c8a09e95af9c14f7ccd2c1ca00b1770fd2 authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Restrict null primary keys on update/delete, resolves #203

27fb7f29a849270b329533b8f7944beb163b1c06 authored over 10 years ago by Mitch <[email protected]>
Document updates in the changelog

4745ee73381c6a6bbb099cff745ac8781ce38ffc authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #202 from lrlopez/where_id_in-2

where_id_in() for selecting multiple records by primary key

9b3b9caa2232c097cbfff153e9c8f99d72248049 authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #201 from lrlopez/where_any_is

Multiple OR'ed conditions support

de4a611d5c3676e3b505c4a6812ccc91ec049d61 authored over 10 years ago by Simon Holywell <[email protected]>
Merge pull request #197 from kendru/issue176

Correct issue #176: Ensure database setup before building select

a1b30b9a8889110e5e6bbad06efe36ed0454468a authored over 10 years ago by Simon Holywell <[email protected]>
where_id_in() for selecting multiple records by primary key

db071216909799fcc781f9257065f7411214c169 authored over 10 years ago by Luis Ramón López <[email protected]>
Multiple OR'ed conditions support

Multiple OR'ed conditions
-------------------------

You can add simple ORed conditions to the s...

3f86f09173e4acf0443018121207cffb0e4fe6c7 authored over 10 years ago by Luis Ramón López <[email protected]>
Modify test to run query with db not explicitly set

c4cc6a47f6d4333587e991614ea253b354828e60 authored over 10 years ago by Andrew Meredith <[email protected]>
Ensure database set up always

2f845e8bcb1c3c8f1a8588ee2636cc0e4fcbad39 authored over 10 years ago by Andrew Meredith <[email protected]>
Document PRs #171 and #163

ddb8a305a59592101f8fd08060a67bb100393fa1 authored over 10 years ago by Simon Holywell <[email protected]>
Implemetation of raw_join

b2420cb14ab709b6fd2cc4387a0f9fc1a4a5f243 authored over 10 years ago by Igor Moiseev <[email protected]>
Docs on raw_join implementation

7f8aa93e682afeeb0370fced694fcddd592f27f6 authored over 10 years ago by Igor Moiseev <[email protected]>
1. Adjustment of code to work with multiple raw_joins 2. Test multiple raw joins

fd1fa806cf5ce18d0a6dcc4f8fb1bafb4a8005c7 authored over 10 years ago by Igor Moiseev <[email protected]>
Add a RAW JOIN source to the query

de29638b4891c47b6293a52b76d146675fbcd012 authored over 10 years ago by Igor Moiseev <[email protected]>
Multiple column names can now be specified when calling get()

20bcfa0fc957cfebf45934fe5456101d2cb219f4 authored over 10 years ago by Luis Ramón López <[email protected]>
Added a protected method for filtering multiple column primary keys

b185d0966bb4893098dbe5cf3d2313e6ab177d17 authored over 10 years ago by Luis Ramón López <[email protected]>
where_*() methods are now compound primary key aware

Also, now they allow multiple column-names per call.

30339c6a0c24e63e7da0d1b648adfa6f169024fd authored over 10 years ago by Luis Ramón López <[email protected]>
Add support for adding multi-column conditions into queries

ef4df3033fdd4fe6faeffeac112b36a24a7e2e96 authored over 10 years ago by Luis Ramón López <[email protected]>
Document the new compound primary keys behaviour and features

73f00fd6966570357196e0da51cf933490d230c3 authored over 10 years ago by Luis Ramón López <[email protected]>
Tests for compound primary keys queries added

71f975aa7b6bd23049a11c289d569a0f666ea312 authored over 10 years ago by Luis Ramón López <[email protected]>
INSERT queries are now compound primary keys aware

a4fdb1c328bc0728d73d5ecf625971d31ca76ef3 authored over 10 years ago by Luis Ramón López <[email protected]>
delete() method is now compound primary keys aware

cb955b5763f64a0c31c81371db698c1e78ee3d71 authored over 10 years ago by Luis Ramón López <[email protected]>
UPDATE queries are now compound primary keys aware

d09ab6427f1ea7c3c46e91dabb4914b65b37bff0 authored over 10 years ago by Luis Ramón López <[email protected]>
having_*() methods are now compound primary key aware

Also, now they allow multiple column-names per call.

73fb4ea1865f6404f60ac63930056b8b92ef1987 authored over 10 years ago by Luis Ramón López <[email protected]>
Document improved testing suite PR

6a2cd02c81cf0ac61cbcbf256d1e7a8449543c31 authored over 10 years ago by Simon Holywell <[email protected]>
FIX: Added parameter array checking

Added debug code to see why it's failing.

211fe4d960e465d01dc80eed7c4168c11bca6cbd authored over 10 years ago by Stefan Andres Charsley <[email protected]>
FIX: Added parameter array checking

Added some more debug code.

c0de212c57b9c7b5266e7e1009af267b00b53387 authored over 10 years ago by Stefan Andres Charsley <[email protected]>
FIX: Added parameter array checking

Fixed the regex not having backslashes escaped.

f70b50e308092c15d446f4e6377238badf6dee9c authored over 10 years ago by Stefan Andres Charsley <[email protected]>
FIX: Added parameter array checking

Remove some empty results from the array before checking.

7ee1edb37bef1e8679add17b6b9446ad19a890da authored over 10 years ago by Stefan Andres Charsley <[email protected]>
FIX: Added parameter array checking

Updated regex to disregard placeholders within quotes.

44bdab3e380d1c00de10797b396c5f38b9b9155d authored over 10 years ago by Stefan Andres Charsley <[email protected]>
FIX: Added parameter array checking

Changed some debugging code.

058e636549d00a5915f5b6c8dffb54549ddae1b8 authored over 10 years ago by Stefan Andres Charsley <[email protected]>
FIX: Added parameter array checking

Fixed regex issue that caused almost all tests to fail.

87505a3271fa681cab90c0c306f47827713e510b authored over 10 years ago by Stefan Andres Charsley <[email protected]>
FIX: Added parameter array checking

Updated preg_match_all parameters.

dc392cb8ad2bfe4ec698eb18c6c36b93af2bf2a7 authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Added parameter array checking

Testing:
Checks the parameter array to ensure the correct number of values inside
the parameter ...

7b29b766fbe4b3db7601ef045b9c29e6b91736ea authored over 10 years ago by Stefan Andres Charsley <[email protected]>
Merge precedence docs

779f1ba4306c51f1366cdcab1a130e3da1627414 authored over 10 years ago by Simon Holywell <[email protected]>
Note about precedence

8c2457e7d6deb25ab2480b37def2d0b0692e8b7d authored over 10 years ago by Thomas Dybdahl Ahle <[email protected]>
Update the docs to reflect logger changes@

b8ce5f262874edeeb21115e6c37e5ff1568b8809 authored over 10 years ago by Simon Holywell <[email protected]>
Update readme with addition notes

90247cfdc2f60ff3e7e4ae56bff4b9eb04ce35da authored over 10 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of github.com:AgelxNash/idiorm into develop

Conflicts:
idiorm.php

f22cee9ecd56c19aa40bee9f8bc74ea853f30646 authored over 10 years ago by Simon Holywell <[email protected]>
Add composer badges

a90d51defb25ec22e6d542f0c721592f1ef486c4 authored almost 11 years ago by Simon Holywell <[email protected]>
Query Time

fd83741a7d1841e0e46f4ac24c85981c412ad22a authored almost 11 years ago by AgelxNash <[email protected]>
Merge branch 'develop' of github.com:j4mie/idiorm into develop

84e4d5e0d707c06cbce50a9f0947fdc20054aa0f authored almost 11 years ago by Simon Holywell <[email protected]>
Issue #176 add test for reported case - passes

3fbafbeb80039facd6c3eea33d5060cf82270463 authored almost 11 years ago by Simon Holywell <[email protected]>
Remove Durham and increment copyright year

472123d14eb8785bc54240a8d7a88addb1424d55 authored almost 11 years ago by Simon Holywell <[email protected]>
Add change log details

0545618c84c2eec2ee49db92cfd9864933cb6711 authored about 11 years ago by Simon Holywell <[email protected]>
Adds regression tests for missing magic method calls to ORM and IdiormResultSet

9363ae11bac70a6e5bb2c02410d05690e75cf95f authored about 11 years ago by michaelward82 <[email protected]>
Adds new IdiormMethodMissingException class for missing magic method calls to ORM and IdiormResultSet

3530b21fec1ee958a2c0d9c31ed83d53ac66ceee authored about 11 years ago by michaelward82 <[email protected]>
Merge pull request #150 from herroffizier/master

Improving typecasting for aggregate db functions

909c6da9d5a8fcff09d6f5655eeb677cde5acfb6 authored about 11 years ago by Simon Holywell <[email protected]>
Merge branch 'lazy-setup-db' of https://github.com/falmp/idiorm into develop

44034cd63f4551d79fdac38681f0ab90043330f5 authored about 11 years ago by Simon Holywell <[email protected]>
Allow unsetting the db (ORM::set_db(null)) to make the test work again

7346022dcfadf628e8e3e89e31739ddcc02ead05 authored about 11 years ago by Michel Kollenhoven <[email protected]>
Add HHVM to build matrix Edit

Now that HHVM can run your projects, lets keep it that way

0140d2753a7973d880b6684eaa6cf4922d74b300 authored about 11 years ago by Paul Tarjan <[email protected]>
Issue #156 findMany() returns only the last record in a set

11e964157a6a2c6128a0546673ad5e99ac1a62cd authored about 11 years ago by Simon Holywell <[email protected]>
Issue #156 findMany() returns only the last record in a set

33c5012712e70f327f24d75405c6fd69131b17df authored about 11 years ago by Simon Holywell <[email protected]>
Removed premature optimization as requested

7ed8aacc50ce09c78701a06699ae6c58269b3315 authored about 11 years ago by falmp <[email protected]>
Changed $_db access to ensure it's always properly setup

Changed configure() to directly set $_config
Fixed typo on comment ('mulitple' -> 'multiple')

1e81b41c1eba7ec17887826a3504afa0b15947bd authored over 11 years ago by falmp <[email protected]>
improved typecasting for aggregate db functions

9b3f13cc585622ce82522d85c712022339cfc571 authored over 11 years ago by m4 <[email protected]>
Add release date to changelog

3be516b440734811b58bb9d0b458a4109b49af71 authored over 11 years ago by Simon Holywell <[email protected]>
Document latest changes

10314c131d953e048b0ebba1680c45412d9aa58d authored over 11 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of https://github.com/ulrikjohansson/idiorm into develop

a1f5dc4029526f0d2605bce4a6f1f4c562ce9aa9 authored over 11 years ago by Simon Holywell <[email protected]>
Correct docblock type hint for set_db($db)

3d52967018860dbd720cb91e1562bd400d62033f authored over 11 years ago by Ulrik Johansson <[email protected]>
Merge branch 'patch-1' of https://github.com/fridde/idiorm into develop

25cd48a748ab656f93bb56d581bf84f6781e9b84 authored over 11 years ago by Simon Holywell <[email protected]>
Minor confusion

f90a58ad8c48d66bfa046ca3b84d93fd66afe0d1 authored over 11 years ago by fridde <[email protected]>
Minor improvement to test/bootstrap.php

1f1f3bf79d75f126845db2744b78be404c2abd08 authored over 11 years ago by Simon Holywell <[email protected]>
Repair mock results generator

98a3f0b713cad892ed59abd977aa40d4938f5656 authored over 11 years ago by Simon Holywell <[email protected]>
Fix build - forgot function keyword

42d8715e3bd20372670cb590c86caf7e79655bcf authored over 11 years ago by Simon Holywell <[email protected]>
Allow `set()` and `set_expr()` calls to be chained

6e3082b68c707299da8490642984d5beb5754ef2 authored over 11 years ago by Erik Wiesenthal <[email protected]>
Document array index change

39f4cc4c43b6eebd295f3e5257d9f0ef451e9d83 authored over 11 years ago by Simon Holywell <[email protected]>
Issue #133 find_many returns an associative array

022d328fcd82755d07b702f07a1fb03e348278bf authored over 11 years ago by Erik Wiesenthal <[email protected]>
Improve the changelog and add feature complete message

bd82ffdc63883ca24b85ad01e2a60491d6bb48a4 authored over 11 years ago by Simon Holywell <[email protected]>
Add MS SQL `TOP` style syntax support

baff6edcb568c829bc2f82754f023f317d4fd759 authored over 11 years ago by Simon Holywell <[email protected]>