Ecosyste.ms: OpenCollective

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

Medoo

The Lightweight PHP Database Framework to Accelerate Development
Collective - Host: opensource - https://opencollective.com/medoo - Website: https://medoo.in - Code: https://github.com/catfan/medoo

[fix] Fix support for double value

github.com/catfan/medoo - 288bed2171a6ebb3586fe2799c83315ae15c1574 authored almost 11 years ago by Catfan <[email protected]>
[fix] Add $queryString as variable

github.com/catfan/medoo - 4cb48ac0ed5850ab8ae76a3e2e1a03404cf4f792 authored almost 11 years ago by Catfan <[email protected]>
[fix] Improve connection code

github.com/catfan/medoo - a3957a7c203712ebca736e990f530f65da2e566a authored almost 11 years ago by Catfan <[email protected]>
[fix] Fix #65 BIG BUG for MSSQL quoting

github.com/catfan/medoo - e0dc3b4c2853e68cd409413b8f6cba57d7007680 authored almost 11 years ago by Catfan <[email protected]>
[fix] Fix MSSQL & Sybase connection

github.com/catfan/medoo - ff15e01015031159d9dc56281b36b52d729c9107 authored almost 11 years ago by Catfan <[email protected]>
[fix] Add quote for update column

github.com/catfan/medoo - 8dd94154fdaa6a33caff11997c6a232c5657c612 authored almost 11 years ago by Catfan <[email protected]>
Merge branch 'wutong-master' into develop

github.com/catfan/medoo - c00d47675c3ebe2d87429b5749eb241c9e6e9926 authored almost 11 years ago by Catfan <[email protected]>
add Multiplication and Division to update function

github.com/catfan/medoo - 21245f96640ffeb8a6c41c1db401f7ba000b40ab authored almost 11 years ago by flyboy <[email protected]>
[feature] Add support for column alias

Suggested by @jimolina on issue #45

github.com/catfan/medoo - ac9f8a37cbe33eee2eec3e7eca5f6312835cbbca authored almost 11 years ago by Catfan <[email protected]>
Merge remote-tracking branch 'origin/develop'

github.com/catfan/medoo - 1ced17d14f9d34ec74956bd69d6d60d54222d465 authored almost 11 years ago by Catfan <[email protected]>
Merge remote-tracking branch 'origin/develop'

github.com/catfan/medoo - 3ff231b8038bd9ddd05d9c475a3934c298e8312b authored almost 11 years ago by Catfan <[email protected]>
[release hotfix] Fix #51 select error

github.com/catfan/medoo - 9ef8a0d691963d908053390bfc0dbc9d84b13edc authored almost 11 years ago by Catfan <[email protected]>
[release] Medoo 0.9

github.com/catfan/medoo - ff754ee7478a8a17cb4c06dd6c1edf1d97694029 authored almost 11 years ago by Catfan <[email protected]>
[fix] Code style fix & compatability update

github.com/catfan/medoo - 77b5a014e7d7313068c6d88ef251fa435b4f5680 authored almost 11 years ago by Catfan <[email protected]>
Update Readme

github.com/catfan/medoo - cd039c7a1cf8fd2176b78736849ffecce47799b2 authored almost 11 years ago by Catfan <[email protected]>
[fix] Fix #50 JOIN condition for select bug

github.com/catfan/medoo - e39c9b5946158ca3cb7ad0d952080596077d0161 authored almost 11 years ago by Catfan <[email protected]>
[feature] Multiple insert

Suggested by @josegustavo on issue #48

github.com/catfan/medoo - 03f5ed54015724866ebb80a5c6841d098faba786 authored almost 11 years ago by Catfan <[email protected]>
[develop] Tiny code style fix

github.com/catfan/medoo - 0474cf0d91964bfba5a219b2e85f51a1765d95e4 authored almost 11 years ago by Catfan <[email protected]>
[develop] Fix #37 SQLite connection issue

github.com/catfan/medoo - e4b3b026cc585eb8fef8a04347ad817a468a3eeb authored almost 11 years ago by Catafan <[email protected]>
[fix] Adding negative conditions for NULL/Array and fix integer

Allow the [!] flag to make "column NOT NULL" if null given, "column NOT
IN (1, 2, 3, ...)" if ar...

github.com/catfan/medoo - c492a0c460f88679738ef1a3a7185b2b2ed4d643 authored almost 11 years ago by Favre Anael <[email protected]>
[release] Medoo 0.9

github.com/catfan/medoo - 4acd5a1d1bcd247894a9f374a521c530bffc707d authored almost 11 years ago by Catfan <[email protected]>
[fix] Code style fix & compatability update

github.com/catfan/medoo - d3571ef51ff3cd1d12af7c8d252ee3043101195b authored almost 11 years ago by Catfan <[email protected]>
Update Readme

github.com/catfan/medoo - 8307609de027dc7535677dec1cf43590cfac5b18 authored almost 11 years ago by Catfan <[email protected]>
[fix] Fix #50 JOIN condition for select bug

github.com/catfan/medoo - 35274367c7a06f1a29725b954f1e8e1b888cf899 authored almost 11 years ago by Catfan <[email protected]>
[feature] Multiple insert

Suggested by @josegustavo on issue #48

github.com/catfan/medoo - 772d2ca9dc9b88ca68d324e7e018e8430e84f995 authored about 11 years ago by Catfan <[email protected]>
[develop] Tiny code style fix

github.com/catfan/medoo - ad9158c1def40a552073cdb445fe693646f4d9fd authored about 11 years ago by Catfan <[email protected]>
Merge branch 'AnaelFavre-master' into develop

github.com/catfan/medoo - 49afd77bd0adce547344d473d12438bf194a95ca authored about 11 years ago by Catfan <[email protected]>
[develop] Fix #37 SQLite connection issue

github.com/catfan/medoo - eb01676b37a9865f961b50c8b519298094832324 authored about 11 years ago by Catafan <[email protected]>
[fix] Adding negative conditions for NULL/Array and fix integer

Allow the [!] flag to make "column NOT NULL" if null given, "column NOT
IN (1, 2, 3, ...)" if ar...

github.com/catfan/medoo - 29a5f85b82bb72b5d15310c2efc634d13579df5f authored about 11 years ago by Favre Anael <[email protected]>
Merge branch 'hotfix/fix-quoting-bug' into develop

github.com/catfan/medoo - 804d4e284701b10e732614d0701409e44e57ad64 authored about 11 years ago by angel <[email protected]>
Merge branch 'hotfix/fix-quoting-bug'

github.com/catfan/medoo - 5c92e241128ce50d4e36f56df39f2a28e0fa4053 authored about 11 years ago by angel <[email protected]>
[hotfix/fix-quoting-bug] Fix quoting bug

github.com/catfan/medoo - a05f712f35e2cdcce4363dd8df41ae37ab1aca1e authored about 11 years ago by angel <[email protected]>
Merge branch 'hotfix/order-quote'

github.com/catfan/medoo - 2786a5002595c4139e9bc636ae88d1cfd27c3298 authored about 11 years ago by Catfan <[email protected]>
[hotfix/order-quote] Fix order quoting issue

github.com/catfan/medoo - ad486ffb957d8411e8b09709b9ff343fe26a3a82 authored about 11 years ago by Catfan <[email protected]>
[release] Medoo 0.8.8

github.com/catfan/medoo - a1be30c2f7f948ff9994bb3d466273d210fbc351 authored about 11 years ago by Catfan <[email protected]>
[develop] Improve column quoting & remove query formatting

github.com/catfan/medoo - 8f5441a45edadb9af54fad05e14e22723a0f88a6 authored about 11 years ago by Catfan <[email protected]>
[develop] Escape backticks for table name and field name

github.com/catfan/medoo - 6ee0417347e284a27047a2f1a6b8e31b01146988 authored about 11 years ago by Catfan <[email protected]>
[develop] Fix #35 again, using backticks for quoting insert field

github.com/catfan/medoo - 7eb8e86471eff228f0ce1c8efaac5d0f1901521a authored about 11 years ago by Catfan <[email protected]>
[develop] Fix table joining bug

github.com/catfan/medoo - 53ef9351de032e9bd1adf7ff2a889c54662a3a2e authored about 11 years ago by Catfan <[email protected]>
[develop] Fix #35 MySQL keywords that are not in quotes

github.com/catfan/medoo - 8afb7ab962df44598f3e994881a1dc6df94a7e03 authored about 11 years ago by Catfan <[email protected]>
[develop] Update configuration order

github.com/catfan/medoo - 7773e90895bec8f5271ba0fab53848395d110473 authored over 11 years ago by Catfan <[email protected]>
[develop] Fix #27 Add support for port connection

github.com/catfan/medoo - 1cd6042b31c704f23f2f04964b3d757d358a56f0 authored over 11 years ago by Catfan <[email protected]>
[develop] Better data type support for insert and update, and better query string format

github.com/catfan/medoo - 7636853b0080442f07d75195ebcab57f3d1f40b3 authored over 11 years ago by Catfan <[email protected]>
[develop] Fix #29 bug (?) in function get

github.com/catfan/medoo - 3093e37cedade035286acfb293b952a2ed34d483 authored over 11 years ago by Catfan <[email protected]>
[develop] Fix bug & disquote for integer variable

github.com/catfan/medoo - ad7df6737f63fe051569bbefb31adbc8c5be29f0 authored over 11 years ago by Catfan <[email protected]>
[develop] Fix #26 Exception for connection failure

github.com/catfan/medoo - 90c80ca9d39826e7430be30b0d5cc0cf4dde4ec1 authored over 11 years ago by Catfan <[email protected]>
[develop] Fix #25 Condition with date

github.com/catfan/medoo - 4ea08074d1d7f72dff553036c975640de38d02ec authored over 11 years ago by Catfan <[email protected]>
[develop] Medoo 0.8.6

1. Improve support for JOIN
2. Format last_query output

github.com/catfan/medoo - 1ff176bbb765f34d9b8ca08f20cb3d0bd2fdcfc4 authored over 11 years ago by Catfan <[email protected]>
Merge remote-tracking branch 'origin/master' into dev

github.com/catfan/medoo - c63679a81873a22a0a527cda3bfab4c5df91884c authored over 11 years ago by Catfan <[email protected]>
Medoo 0.8.5

github.com/catfan/medoo - 036f685c0527bc7f4fc615970e354c6c30f0516f authored over 11 years ago by catfan <[email protected]>
composer.json fix

github.com/catfan/medoo - 140e5e15fb718ed42d70d48c3fbebcb3c322c5e5 authored over 11 years ago by catfan <[email protected]>
add composer.json

github.com/catfan/medoo - 8df0a369321b2f6ba05abce1e570495b39409e17 authored over 11 years ago by catfan <[email protected]>
Fix conflict

github.com/catfan/medoo - 5cabec79cc6b0709734d36d09dccfe4119621e71 authored over 11 years ago by catfan <[email protected]>
Merge pull request #15 from AnaelFavre/master

#15 Allow escaped strings for BETWEEN conditions [AnaelFavre]

github.com/catfan/medoo - e26d393c30c52552f9770429678d1994b9601917 authored over 11 years ago by Catfan <[email protected]>
[Fix] Allow escaped strings for BETWEEN condition

Actually Medoo refuses BETWEEN condition if values are non numeric whereas according to SQL refs...

github.com/catfan/medoo - 1dd1644c611f4f6ed7e0d1aa3fb38681119fc3c8 authored over 11 years ago by Favre Anael <[email protected]>
Medoo 0.8.2

github.com/catfan/medoo - 664f3ac4a1722f6d939770d7aaf44d603d8e218b authored over 11 years ago by catfan <[email protected]>
README.md update

github.com/catfan/medoo - 5898fe0fb16f15b02da85e63cdb99558e212dd6e authored over 11 years ago by catfan <[email protected]>
Merge pull request #10 from amoydavid/patch-1

support `where a.id = 123`

github.com/catfan/medoo - 287dd46eb821e382cf6b9e99f30806c7bf953afe authored over 11 years ago by catfan <[email protected]>
support `where a.id = 123`

where clause should support table alias.

github.com/catfan/medoo - 21302a5633503ffe377206caee114aaab914278c authored over 11 years ago by Wei Liu <[email protected]>
Update file size

github.com/catfan/medoo - 184f5479b85828d56e333f8c067d866e1ae6e57a authored over 11 years ago by angel <[email protected]>
Update file size

github.com/catfan/medoo - 7ed84a70c03c4265507864d84b342ea1541b5ec1 authored over 11 years ago by angel <[email protected]>
Merge remote-tracking branch 'origin/master' into dev

github.com/catfan/medoo - 99be6ff7cf1fdd11abe238df1dad8258fdaae306 authored over 11 years ago by angel <[email protected]>
Remove useless statements

#8 ebd11d9

github.com/catfan/medoo - 8af07d198e91c235ff448da7750ac5d2615d06d8 authored over 11 years ago by angel <[email protected]>
version 0.8.1

github.com/catfan/medoo - 3e544c7de6c178df5f0e98e20ec3c9543d045eb4 authored over 11 years ago by angel <[email protected]>
Add Charset support

github.com/catfan/medoo - 42a4545d2b09874a3996757ea07a90e952ba5bd6 authored over 11 years ago by angel <[email protected]>
info() will return more information.

Remove version() that info() will return the version info also.

github.com/catfan/medoo - 1b8d1db33a991877d9f2f904948586318079fb23 authored over 11 years ago by angel <[email protected]>
version 0.8.1

github.com/catfan/medoo - 1be4228e867c4abe4516e696be3434f5a9b86e88 authored over 11 years ago by angel <[email protected]>
Add Charset support

github.com/catfan/medoo - 74d045f5cda18b5060295858403601e1e8891cdb authored over 11 years ago by angel <[email protected]>
Merge remote-tracking branch 'origin/master' into dev

github.com/catfan/medoo - 44028d5b145b835f547afa01f60f1040744383fe authored over 11 years ago by angel <[email protected]>
info() will return more information.

Remove version() that info() will return the version info also.

github.com/catfan/medoo - eb3414e1107311b2aeef47854b06f2a3f4956a80 authored over 11 years ago by angel <[email protected]>
git files

github.com/catfan/medoo - cb068c584e1bd8bcba57cbbb6c780f375b52dfc1 authored over 11 years ago by Qatrix <[email protected]>
Medoo first release

github.com/catfan/medoo - 8ac0badbeaf384d177e9af5cdd40a81c7f42198f authored over 11 years ago by Qatrix <[email protected]>
Initial commit

github.com/catfan/medoo - 55081a114cb22ab8c2dfc048d345493ff83c9106 authored over 11 years ago by catfan <[email protected]>