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 branch 'master' of https://github.com/JoelMarcey/idiorm into develop

4e9f8928cfc1e72f2d2f7ded3c7187255e400255 authored over 11 years ago by Simon Holywell <[email protected]>
Correct class name

d96a564dcc8e998ad457f79217f85b93e474ba2e authored over 11 years ago by Simon Holywell <[email protected]>
Test and document the query logger callback

c8429046ef9a42b94fe4321155f20c4f29809e60 authored over 11 years ago by Simon Holywell <[email protected]>
Repair state after completing test

51c1f4762b26b99a5a27d1f9ab76d70396c8d669 authored over 11 years ago by Simon Holywell <[email protected]>
fix travis

32b222006ccf980e354cb9e5a34d7a91d94b3a78 authored over 11 years ago by Sam <[email protected]>
logger callback

f424b5084a01cccfb23867e6e3274f59318a8290 authored over 11 years ago by Sam <[email protected]>
Document and test PSR-1 compliant method access

7f59e955249fdea88302ac2d6b5d5034e98496ec authored over 11 years ago by Simon Holywell <[email protected]>
Update bootstrap.php so the tests can run on both HHVM and Zend

PDOStatement does not have a direct constructor (i.e., __construct). Newing up a PDOStatement or...

39825daf7003600c221bacf73210178fd1189080 authored over 11 years ago by Joel Marcey <[email protected]>
Added ability to use camel cased methods

7b1e19fc1309303deea1b2b96bfe283f851b1c8d authored over 11 years ago by [email protected] <[email protected]>
Update the readme changelog

ab5535d8968f61f8f2d333bce6d7d03a3cec4156 authored over 11 years ago by Simon Holywell <[email protected]>
Merge branch 'vicvicvic-wherealias' of https://github.com/vicvicvic/idiorm into develop

d477a0c8d5812695b118981cad4838ac1c2ad703 authored over 11 years ago by Simon Holywell <[email protected]>
Merge pull request #120 from tassoevan/develop

Ignore result columns when calling a aggregate function

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

2a3758e41f3a22b9f78c3397aa861b8e2e33f29f authored over 11 years ago by Simon Holywell <[email protected]>
Corrects typo in "testJoinWithAliasesAndWhere" method name.

8132c2125f7d1c69b69ac6c426b2a041584dbd59 authored over 11 years ago by Victor Andrée <[email protected]>
Add static method `get_config`

a9b6e52ea8d301280a6320f510eb5af8f33ebd07 authored over 11 years ago by Mike Estes <[email protected]>
Uses table alias in WHERE

If a table alias is used for the main table, it's not valid according
to the SQL standard to ref...

19e278c2f70e77390b0497867b397ee67f0747e8 authored over 11 years ago by Victor Andrée <[email protected]>
Reset dirty expression fields on save as well

cb2841ac4411059d2ce7314e5725c90b7f133759 authored over 11 years ago by Simon Holywell <[email protected]>
Ignore result columns when calling a aggregate function

d1a02c523a468a021b20d417be8bb1bd38755248 authored over 11 years ago by Tasso Evangelista <[email protected]>
Add support for T-SQL style TOP clauses

33c3937adce276d1bad6f92201f39da5ed78c1fd authored over 11 years ago by Sebastien Bariteau <[email protected]>
Merge pull request #111 from bruston/bruston-docfix

docs: querying: minor typo

01112f5ac14b24aed8038cc0ae99801007ef26b8 authored over 11 years ago by Simon Holywell <[email protected]>
docs: querying: minor typo

dc2bd8259060d4293430abadbe6afbba68bb1399 authored almost 12 years ago by Benjamin Ruston <[email protected]>
Merge pull request #106 from mailopl/master

Corrected PHPdoc in get_db() from ORM to PDO

d4fa7474542601d6facd15207d41ec7ea3f30674 authored almost 12 years ago by Simon Holywell <[email protected]>
fixed phpdoc in get_db()

phpdoc said it returns ORM, but it's PDO

a8c2afd41c83ca521a5d01b3ff71ec21612aa037 authored almost 12 years ago by Marcin Wawrzyniak <[email protected]>
Prepend PHP tag in docs

bc56239e9a77ff8239ed04d20cdcfd6a854d4c19 authored almost 12 years ago by Simon Holywell <[email protected]>
Merge branch 'master' of https://github.com/j4mie/idiorm

c3520a87373e81df80b437d1d7b3a824de08fb28 authored almost 12 years ago by Simon Holywell <[email protected]>
Attempt to get syntax highlighting working

05fb43ccadf57af00cb07192d3b2aec71ef0d952 authored almost 12 years ago by Simon Holywell <[email protected]>
Document array config to use connection_string

a4b088a4df13445bff46cdd0521a70d523913958 authored almost 12 years ago by Simon Holywell <[email protected]>
Get syntax highlighting working code example

3654d5646cc1951ff1c8bd8f0210e12fd79f9010 authored almost 12 years ago by Simon Holywell <[email protected]>
Remove version numbers and bump year

4879b084e513d15bc240b97cb6d3f5d359452d6b authored almost 12 years ago by Simon Holywell <[email protected]>
Merge pull request #103 from sjparsons/master

Fixed a minor typo in the example of the select_many() function

ff655dfab2c5e12afd6a21f7c6f84ace9ba6e722 authored almost 12 years ago by Simon Holywell <[email protected]>
Fix typo in select_many() example

85e8bca27a09c815b05f5b54a599255d62df8472 authored almost 12 years ago by sjparsons <[email protected]>
Update the release date

fa66a543d442893b16045fec1238fdb4745ee36a authored almost 12 years ago by Simon Holywell <[email protected]>
Simplify get_last_query()

7826b93eb5eee6c7842eee828e9a56090984ee5d authored almost 12 years ago by Simon Holywell <[email protected]>
Fix code style on method definitions

3bfc44ca5c9816219de0510b1c9f02431616e8c0 authored almost 12 years ago by Simon Holywell <[email protected]>
Add travis-ci build status

25abc1a0133bbd7b2db6252375725b0701b27864 authored almost 12 years ago by Simon Holywell <[email protected]>
Add travis-ci configuration

1d4e7d6eab761717ba03ef200bb51a5e896b8cb5 authored almost 12 years ago by Simon Holywell <[email protected]>
Closes issue #99 Undefined index error

7a43f5dcd50f11217b609fbc89c4239e97482da9 authored almost 12 years ago by Simon Holywell <[email protected]>
Add Firebird and PostgreSQL to supported DBs

38590e8db6f68a9f42c21225f2bf34a0b99e1718 authored almost 12 years ago by Simon Holywell <[email protected]>
Merge branch 'develop'

Conflicts:
README.markdown

53042c235fed60c707a67defaf65c7a470d0d8c0 authored almost 12 years ago by Simon Holywell <[email protected]>
Re-order changelog and credit @tag

81600c0aea59ec64b77c3e54c660e92c0ef3d749 authored almost 12 years ago by Simon Holywell <[email protected]>
Update changelog

- Add logs for Firebird and query resetting
- Add links to issues mentioned in readme document

20028045dfff582e9ca454fc326fc5e4e9d07494 authored almost 12 years ago by Simon Holywell <[email protected]>
Add support for Firebird limit and offset

bc0832e020a5672793420aa253bbcfff92832599 authored almost 12 years ago by mapner <[email protected]>
Reset _run() to enable calling find_many after count

9f9fd4d5666d73e3e143a5428fd32e43abeee8f5 authored almost 12 years ago by Fayland Lam <[email protected]>
Add in a code sample to readme

5a0bb6a42cc808bf6c6198ae45905c577470704c authored almost 12 years ago by Simon Holywell <[email protected]>
Add changelog for multiple connections

b93b114426b997386231708f0816c2f590564791 authored almost 12 years ago by Simon Holywell <[email protected]>
Multi-connections: Code style and docs

8859b44551a95c098ba5687f1785c4d4e3ed8b91 authored almost 12 years ago by Simon Holywell <[email protected]>
Remove obselete testing system

99ce402a29efbc5e13dd0279bf9fc9b127f020c9 authored almost 12 years ago by Simon Holywell <[email protected]>
Fix multiple connection query caching

d4b130a337bb0a45661908fba3536f2c7a83ca6a authored almost 12 years ago by Simon Holywell <[email protected]>
Normalise some code style

7e9e5247a68dc9072d829d922b267b8f9dfb34ac authored almost 12 years ago by Simon Holywell <[email protected]>
Remove duplicate code from test bootstrap

5e05a57adbafe3ba39a03117f6c09944fa8bdf7c authored almost 12 years ago by Simon Holywell <[email protected]>
Separate test for multiple connection caches

8296e52b053ecb29a8ee1ac2f9be95e36bf84cac authored almost 12 years ago by Simon Holywell <[email protected]>
Merge branch 'develop' into multiple-connections

Conflicts:
test/test_classes.php
test/test_queries.php

8fae01b172b5c6006e6f96383f538147d73601b6 authored almost 12 years ago by Simon Holywell <[email protected]>
Finish transferring tests into PHPUnit

f5e4e1d6e8b8c5b4bccc5033524c26a628465d47 authored almost 12 years ago by Simon Holywell <[email protected]>
Merge remote-tracking branch 'tag/dev-multi' into multiple-connections

b10aff0001e61565831cc0578d4a939619f59643 authored almost 12 years ago by Simon Holywell <[email protected]>
Add in more phpunit tests\!

07f2e634d68218b9e4edd7f5007708de1fb9553d authored almost 12 years ago by Simon Holywell <[email protected]>
Apparently not all files were included in previous commit.

a49bd88e715ec77355c26ac07225fc9807b3640f authored almost 12 years ago by Tom Gregory <[email protected]>
Merge remote-tracking branch 'upstream/develop' into dev-multi. Updated documentation to rat format, and tests to use phpunit.

(Resolved)Conflicts:
README.markdown
idiorm.php
test/test_queries.php

98b806652bab694797c0d09b41f198b7bf6f2c4c authored almost 12 years ago by Tom Gregory <[email protected]>
Renamed variables per discussion in j4mie/idiorm#15

349532a2c5b8d968f8fa7743b33b8d50d3525630 authored almost 12 years ago by Tom Gregory <[email protected]>
Add more query building tests

6391acb3371e07742cf94c7c4bc4cc3888a6cae5 authored almost 12 years ago by Simon Holywell <[email protected]>
Update the changelog with composer change

a1d8a1c68465c78be34fe3a9afb817c990028715 authored almost 12 years ago by Simon Holywell <[email protected]>
Merge pull request #96 from javiervd/patch-1

Change autoload option to classmap

f3515c510a189d46ede522f1566159d43909968a authored almost 12 years ago by Simon Holywell <[email protected]>
Change autoload option to classmap

Instead of requiring the file explicitly on every request 
the classmap option allows to load t...

9ab23069d2ca2a38065f556e30c85d18bbfd93f4 authored almost 12 years ago by Javier Villanueva <[email protected]>
Add more tests to suite

5b11534bd506974d2377b80e24891b248eea319b authored almost 12 years ago by Simon Holywell <[email protected]>
Move out non-query gen tests

dee4dd8166d47c69fe982b701cee40c44f9aabea authored almost 12 years ago by Simon Holywell <[email protected]>
Move more query tests over to PHPUnit

f9a6f92e3e38a4235438c14d5e1c205f331133ee authored almost 12 years ago by Simon Holywell <[email protected]>
Begin moving query building tests into phpunit

ef2e9078dfc23d1b14b25b8d0d22206ef61d5167 authored almost 12 years ago by Simon Holywell <[email protected]>
Add ArrayAccess and Serializable to Idiorm

5edfadfc5a9aa535d5c3f0991f3dcff5df7380ba authored almost 12 years ago by Simon Holywell <[email protected]>
Add ResultSet functionality to Idiorm

5a6d20c7c41c26f6b2db3d518853d931a4c53445 authored almost 12 years ago by Simon Holywell <[email protected]>
Add in some PHPUnit tests

5f2fbc8151fa9f154b06c073fe4a7d096cb848c9 authored almost 12 years ago by Simon Holywell <[email protected]>
Add ArrayAccess to ORM properties

598927df4c32015e9b2a7a7eecb04eeda0a9dc3b authored almost 12 years ago by Simon Holywell <[email protected]>
Refactor HAVING and WHERE to share more code

8964186a5997a2071c9afcf2c9cbebc69446956f authored almost 12 years ago by Simon Holywell <[email protected]>
Issue 92 aggregate functions always returning ints

f4b107cdbb91a90f41f39d6ee0a2375e8f7ce7a6 authored almost 12 years ago by Simon Holywell <[email protected]>
Add HAVING clause support to query builder

2c1678987e3dd08f17705455c496bdf03b6ee7e6 authored almost 12 years ago by Simon Holywell <[email protected]>
Merge branch 'develop' of https://github.com/j4mie/idiorm into develop

18372511492243865a112c6dca601778db74cb1a authored almost 12 years ago by Simon Holywell <[email protected]>
Issue #74 escaping quote symbols in "_quote_identifier_part"

314caf838ec1ca7a7833378653979476ce6d1bb7 authored almost 12 years ago by Simon Holywell <[email protected]>
Remove additional semicolon from set_expr()

2ef6ea886c7985dc13091194527fa8808d3fb338 authored about 12 years ago by Simon Holywell <[email protected]>
Issue #90 When using set_expr alone it doesn't trigger query creation

3439ca1d152acf55ee43c81831d1098835dac58e authored about 12 years ago by Simon Holywell <[email protected]>
Change code to use get_last_statement

b241439aec5dd4123e9d6d4fbf5f60364b027797 authored about 12 years ago by Simon Holywell <[email protected]>
Add test for get_last_statement

8fa6f7059f56684397357a6a8eb69dbdd5102681 authored about 12 years ago by Simon Holywell <[email protected]>
Add changelog for get_last_statement

eb8d6ee4a6e9016d15684df2bad8c645428f152e authored about 12 years ago by Simon Holywell <[email protected]>
Add access to PDOStatement via get_last_statement

5af9da5e44abbf71558813dfd3a0e8de9b5f38f3 authored about 12 years ago by tag <[email protected]>
Fix last insert ID not being returned with postgresql, take 2.

d610dc89969bb3c006f38da8c96bf6484eca6104 authored about 12 years ago by Kaspars Foigts <[email protected]>
Forgot to mention new documentation build procedures and location

bc3856eebbfeaca821eeddfd1abf384278553851 authored about 12 years ago by Simon Holywell <[email protected]>
Merge branch 'sphinxdocs' into develop

Conflicts:
README.markdown

23fd610734edc8613b00ef20598e6b26d462cc2f authored about 12 years ago by Simon Holywell <[email protected]>
Issue #81 Move documentation out of one massive readme file

7b8bf03667d61bedfd405f7650a391504f4879e4 authored about 12 years ago by Simon Holywell <[email protected]>
Merge pull request #91 from brianherbert/patch-1

Fixing minor code typo in README

23da4a02c6765c07a9a83a6146621b6d76c6dde4 authored about 12 years ago by Simon Holywell <[email protected]>
Fixing minor code typo in README

Sorry to be nitpicky. Removing a double semicolon in the set_expr example.

e356c3474438a0a1c333423d26c0c3754ff113c2 authored about 12 years ago by Brian Herbert <[email protected]>
Move config, installation & philosophy into Sphinx

a444f7141c2e235eb11ccf38806e8f24ef1f3051 authored about 12 years ago by Simon Holywell <[email protected]>
Merge branch 'master' into develop

Conflicts:
README.markdown

7f38e9c4429ec5b21856cf5f34e5023961d8b066 authored about 12 years ago by Simon Holywell <[email protected]>
Correct spelling error in documentation

ceb24a8dae8c674b6ec48444a6c4dead13e69bb2 authored about 12 years ago by Simon Holywell <[email protected]>
Closes issue #85 Implement is_new() in Idiorm

8083d63741f91a285cf433de0fe6b36a9140d91c authored about 12 years ago by Simon Holywell <[email protected]>
Begin sphinx based documentation

f3106bad821c1224b11c39dd5150ecc560b5701b authored about 12 years ago by Simon Holywell <[email protected]>
Remove 5.3 static call. Closes issue #78

2237d7371c26013740ae479ccf1f3cc8c57fd1fa authored about 12 years ago by Simon Holywell <[email protected]>
Minor spelling/clarification tweaks to multi-connection docs.

0761fc37077ef66d05be1f248248f1a5a3d494e1 authored about 12 years ago by tag <[email protected]>
Add in release notes for pull requests

68bd72bb63c006e71e8d2f592ee536ff591297c1 authored about 12 years ago by Simon Holywell <[email protected]>
Add raw_execute() to ORM

f6d786167b9e2a14ebcdb537744b2df1b03ebd00 authored about 12 years ago by tag <[email protected]>
Fixed query logging for delete_many; added unit test for delete_many

e2cb2242caf642c6440b6a1d0fc89b3826e85955 authored about 12 years ago by tag <[email protected]>
Multiple connection support for Idiorm

Mutiple connections code, including documentation and unit tests.
Utilizes key names to distingu...

7c95314624d427e99a5213e2868d305f421b6962 authored about 12 years ago by tag <[email protected]>
Add raw_execute() to ORM

13d291f4442d268ba170b6635e44cd11d3f1049b authored about 12 years ago by tag <[email protected]>
Fixed query logging for delete_many; added unit test for delete_many

a8bc45ce8c549f27d8178fc6a6b288dc20c16d11 authored about 12 years ago by tag <[email protected]>