Ecosyste.ms: OpenCollective

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

github.com/erezsh/Preql

An interpreted relational query language that compiles to SQL.
https://github.com/erezsh/Preql

Repl: Added branch signifier to intro

80bf4fbe0d8fb68f854343e0976c105a19cda7be authored over 3 years ago by Erez Sh <[email protected]>
Small fix for BigQuery (regression)

5ad66090a701c63267122e72b68fad3d652fc60f authored over 3 years ago by Erez Sh <[email protected]>
Fixes for BigQuery (offset without limit; chr; union distinct; and more)

441548d21fbb2baeea760693e29dc2617bfc8374 authored over 3 years ago by Erez Sh <[email protected]>
Fixes for BigQuery - update, substr

5911e47b3e9a2ab0331acfb5133fcfc77ab2ee5d authored over 3 years ago by Erez Sh <[email protected]>
Towards better schema support (table names as Id)

88639c1dd59733291d6244c887f19d46611d6064 authored over 3 years ago by Erez Sh <[email protected]>
More fixes

75c8306a174469dc079b4cb69deac3cf18df4e0c authored over 3 years ago by Erez Sh <[email protected]>
Towards better schema support (table names as Id)

96da0d90e2c51196f14693ac819c20ab682fa6d3 authored over 3 years ago by Erez Sh <[email protected]>
Towards better schema support

a0b779a5d1f1b9007433481f6999a347f1bc52e8 authored over 3 years ago by Erez Sh <[email protected]>
Fixes for bigquery

2aedaa6e67a5f149eb0396caf27bfef8627c15a3 authored over 3 years ago by Erez Sh <[email protected]>
Bugfix in remove_table() - didn't run the query

b9bc72e0dfb2158df4f15084b0fb31d5763dff9c authored over 3 years ago by Erez Sh <[email protected]>
Added precision argument to round()

f0424c3f99f0c9c133999c1e3cc97db3de3fb01b authored over 3 years ago by Erez Sh <[email protected]>
Version bump

159de92ce5db3d6837b04302e1410d50d7a944dc authored over 3 years ago by Erez Sh <[email protected]>
Bump runtype version

7f66255f59f8a57987a226fdc3fe163d05ff3136 authored over 3 years ago by Erez Sh <[email protected]>
Added a config file, and -c option

2836dde039522e5143c091a5ba0fad7ea469a5fa authored over 3 years ago by Erez Sh <[email protected]>
Added settings.color_theme

b5b2681008cd5035666bd85974c4400fc36ca97c authored over 3 years ago by Erez Sh <[email protected]>
Added settings.color_theme

a30c1a5ecb220ad7da7e8161a16bd339d84d4136 authored over 3 years ago by Erez Sh <[email protected]>
Bump versions

3ce30d75f3ab7dbff57628e012580320f2f4796b authored over 3 years ago by Erez Sh <[email protected]>
Renamed preql-lang to preql. Added example for matrix multiplication

13e87621dc9d1196f565b517594338c520a71370 authored over 3 years ago by Erez Sh <[email protected]>
Docs: Added copy button

c1118c628e4a9fc0e324939c501912a1802fe88f authored over 3 years ago by Erez Sh <[email protected]>
Changed methods to proto_attrs. Added property mechanism. Added datetime methods.

79cf536d88733f2e9ba9749691913db51b0f3ea6 authored over 3 years ago by Erez Sh <[email protected]>
Docs: Now showing for method in types (add_index)

c32d30cb276cc91ff04be7f9889a9f4f806ad244 authored over 3 years ago by Erez Sh <[email protected]>
Added method: table.add_index() + fixed help for methods

a19f61173e159eec284cfc6fb8fb9b2c33d7c134 authored over 3 years ago by Erez Sh <[email protected]>
Merge pull request #24 from erezsh/threadsafe

e03c2c9c3414a47dbac313823feeadfadc1fb166 authored over 3 years ago by Erez Shinan <[email protected]>
Tests: Added threading test

dd042c670fe35aa6c94fbef2fd38c97905a22235 authored over 3 years ago by Erez Sh <[email protected]>
Fixed --print-sql

9473a75339ee6a50920967f1b13d61bb1105e65e authored over 3 years ago by Erez Sh <[email protected]>
Examples: Improved primes.pql

b7fe2c59b4b518cb84370668b9c3afa29329e9f4 authored over 3 years ago by Erez Sh <[email protected]>
Thread-safety fix: Refactored State into ThreadState

ad57d1b1e28e8a3f7a46be186448e15e657a51be authored over 3 years ago by Erez Sh <[email protected]>
Added thread-safety by using a worker thread for SQL, and thread-local storage for state

37fc5157d3f73e7da26f930ff5b99319efbddd11 authored over 3 years ago by Erez Sh <[email protected]>
Merge pull request #23 from erezsh/may2021

6c5f409d419732ac386795d4da8ec357492c35d0 authored over 3 years ago by Erez Shinan <[email protected]>
Fixes

8cd218e89877262544f279d01f48b43e47775136 authored over 3 years ago by Erez Sh <[email protected]>
Fixes for Jupyter

f06643fdd072f0eb73b4781ec91678de70742ada authored over 3 years ago by Erez Sh <[email protected]>
Bugfix: Sqlite now supports full paths

f9593f2f52ecd2e2a772742ad158fb22a9fde670 authored over 3 years ago by Erez Sh <[email protected]>
Tests: Added test for keywords

0a9273bdc06db2cad267c3cd94dfe3a8f42e4ec2 authored over 3 years ago by Erez Sh <[email protected]>
Clean exceptions for users; Keyword args support from Python; renamed Preql.interp to Preql._interp.

293611bbc3640a60878cee33367543071ff9cc0b authored over 3 years ago by Erez Sh <[email protected]>
Added stddev() to builtins

71a887fc0a8fa7a9b25e60dda21c8081065fbdb7 authored over 3 years ago by Erez Sh <[email protected]>
More refactoring, fixes, and minor improvements

d8493cba6f35387b0945bb8ec3c386d373a5c7d6 authored over 3 years ago by Erez Sh <[email protected]>
Added cast from table to primitive (when 1x1)

38b2e86bf5acf9a7d75c7e35620f52604434fe01 authored over 3 years ago by Erez Sh <[email protected]>
Refactor: Change more multimethods into methods

6260f0c690476c89ef7a28e7767a981dfa728628 authored over 3 years ago by Erez Sh <[email protected]>
Refactor: Change more multimethods into methods

a83e97ba7c721a458a0617456e1b11bfdcf0cb37 authored over 3 years ago by Erez Sh <[email protected]>
Refactor: compile_to_inst() is now a method, not a multifunc

9eb7cd8cd2fac1f0f4152c13269fae3f602443cc authored over 3 years ago by Erez Sh <[email protected]>
Refactor: Split compiler into compile_binops

30dd0198d0d2a2b0809971755ee2765655f4f753 authored over 3 years ago by Erez Sh <[email protected]>
Refactor + fix in display

dd6c3a8b0a50e474405217c8bf26d55d62659674 authored over 3 years ago by Erez Sh <[email protected]>
Refactor: Removed passing of state as argument in entire codebase

f72531ffdcc4a44276c91f0f2b0e0220b8045113 authored over 3 years ago by Erez Sh <[email protected]>
Refactor: Got rid of more references to state

c58b16d9a518ae819fe7efec4ac286170db7f0d0 authored over 3 years ago by Erez Sh <[email protected]>
Refactor: Split sql module into sql_import_result

d7fc007d72bff1144ad6650eaa242083a0f0c9da authored over 3 years ago by Erez Sh <[email protected]>
Some refactoring, and better python interface

034fccce4cb558abdce7a1edaec96a1dbca143e3 authored over 3 years ago by Erez Sh <[email protected]>
Docs: Buff up getting started

81e36955adace42be9f7d55d5880075377f98641 authored over 3 years ago by Erez Sh <[email protected]>
Small fixes

33e1a3343e69c2e35e05e9a2432a6fd792217dca authored over 3 years ago by Erez Sh <[email protected]>
Merge pull request #21 from manor/patch-2

Update language.md

e7ad5d54ca9b092213a82f62ad82fb37b7ba8f68 authored almost 4 years ago by Erez Shinan <[email protected]>
Update language.md

ecc65b38c19553ecba1c4b0416527e95f70f971f authored almost 4 years ago by Manor Askenazi <[email protected]>
Merge pull request #20 from manor/patch-1

3824e1e3d2bc29651d6c2811b459c460b6300ea1 authored almost 4 years ago by Erez Shinan <[email protected]>
Update tutorial.md

145acfd2a3e31b31870270c3a2add5e6590276d8 authored almost 4 years ago by Manor Askenazi <[email protected]>
Update tutorial.md

"too few" not "too little"

63973cc02e643ae19d674f3bf09a7bc627b03c29 authored almost 4 years ago by Manor Askenazi <[email protected]>
Docs: Small fix

f1c294b7893843ef77f3c81410e315c573b5a5ef authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Small fix

778fe00b64b7f60c2162e013f562de8b18532b86 authored almost 4 years ago by Erez Sh <[email protected]>
Added casts, better date handling, product function, fixed comparisons

- string->int with errors on bad conversion
- using arrow instead of default datetime
- Added in...

3dd265f6d5caeec4236b8153d4f01a40f3d5deaa authored almost 4 years ago by Erez Sh <[email protected]>
Fixed try-catch

f96e8ac93bb82018dfac8c89c0df56d663448bbe authored almost 4 years ago by Erez Sh <[email protected]>
Update docs for join

c7347331bdacc3077c88e7ef9c9bba1a269f0020 authored almost 4 years ago by Erez Sh <[email protected]>
Added support for join on

8bf724c99fbbae561a53e9dcfba3d530399196fb authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Fix to tutorial

69d00f380ae728f744e784acda939ef9be600836 authored almost 4 years ago by Erez Sh <[email protected]>
Small improvements. Updated README

6dabba3c63fd9a9467b9f0f3d24fe61d93012349 authored almost 4 years ago by Erez Sh <[email protected]>
Small additions to FAQ; fix error

58d33853225f88bf80b6bc29e9b54879d7d13241 authored almost 4 years ago by Erez Sh <[email protected]>
Version bump

9e99bc30c72554306d1a59355234e182eb959cf6 authored almost 4 years ago by Erez Sh <[email protected]>
Refactor: renames

3a6d6e0a7dd4176a182e26c75fbbaaf4a4dd78ab authored almost 4 years ago by Erez Sh <[email protected]>
Merge pull request #15 from erezsh/refactor2

5caa0ddbf076a5f95adb9eb23d265de969af9e22 authored almost 4 years ago by Erez Shinan <[email protected]>
Small refactor and cleanup

a3baea19484ab9f5bc9974a61275efe6ab421a35 authored almost 4 years ago by Erez Sh <[email protected]>
Cleanup

c019533706917f88e7eac19dff1076f734080c6a authored almost 4 years ago by Erez Sh <[email protected]>
Examples: Small update

e7e912ddc36c9f2a7aa9cb214e90c8eb07b4e479 authored almost 4 years ago by Erez Sh <[email protected]>
Refactor display. Exceptions and prints now work in Jupyter

c552ab5621cd66523be167a3e2e6b57e2ae53fae authored almost 4 years ago by Erez Sh <[email protected]>
Refactored into a 'core' directory

dcd1c4f19a556ba5a32fab71881ba778d5730a94 authored almost 4 years ago by Erez Sh <[email protected]>
Better errors

abd2667ae5ad009bca8ab3b7a2dfe33092d79aca authored almost 4 years ago by Erez Sh <[email protected]>
More refactor

976319a486add931ff57cd1a2faa96c9a1c03b88 authored almost 4 years ago by Erez Sh <[email protected]>
Refactor

dabba1b527d5a2872ea4c39b25bbb1679e46739f authored almost 4 years ago by Erez Sh <[email protected]>
Better errors. Added support for p.SQL(...)

c9550ec981222627a1b0b427454c827146e45919 authored almost 4 years ago by Erez Sh <[email protected]>
Version bump to 0.2.0

68362590d51f5320ccc52a3edbbf1f8238cec7ab authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix for bool

1285d1711709a628ce5043a655fd96535347439c authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Updated README

6a0357fa79ab529f3f02b55e8e23bfff89573e05 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Added FAQ

49f21c10721775dbcc53606413bb303059eab37f authored almost 4 years ago by Erez Sh <[email protected]>
Added screenshot. Updated autocompletion colors

cee4bf1a0a2c19fca1677e61a8c87b752fa43052 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Small fixes

1ad750562e8bce9dc7ccb81bdde3b77eeadef5bb authored almost 4 years ago by Erez Sh <[email protected]>
Updated readme to reflect Python3.6 support

f29b4fe3aca625638207b9758f55e1d054baa1a5 authored almost 4 years ago by Erez Sh <[email protected]>
Merge pull request #12 from erezsh/py36

9b9ca41a40a30b3e8c7ea3117601ffa028a331a5 authored almost 4 years ago by Erez Shinan <[email protected]>
Added support for Python 3.6

8b2a266093095da86fa5114ce7c61463fad175bf authored almost 4 years ago by Erez Shinan <[email protected]>
Added support for Python 3.6

26269c8427b2ad80986535f3596ae8df472a9cbe authored almost 4 years ago by Erez Shinan <[email protected]>
Cleanup

f7f0970a8fbf8375e1c56db2ec8d071a9142bbec authored almost 4 years ago by Erez Sh <[email protected]>
Added badge for tests

29a96cd0c35420d57593419bc60197fca711b443 authored almost 4 years ago by Erez Sh <[email protected]>
Added badge for tests

9de4e93ed924ce3df28cf905857d8ffb96ce8ef9 authored almost 4 years ago by Erez Sh <[email protected]>
Merge pull request #11 from erezsh/github_tests

Added github workflow for tests

2aa4cc2761250c713e38dad8e437555df9a897cd authored almost 4 years ago by Erez Shinan <[email protected]>
Added github workflow for tests

71e5edc1e06451b393b86d1660f8713c8008df55 authored almost 4 years ago by Erez Sh <[email protected]>
Cleanup

35ac0e3077db895bc023fa1bf2576816621ffe8c authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Improvements

92b6ad96c73b56455fe2a58e2f631c492cd860d6 authored almost 4 years ago by Erez Sh <[email protected]>
Better jupyter support, other fixes

1d63c3f6a99e099a9617094aaec5df8c997febaf authored almost 4 years ago by Erez Sh <[email protected]>
bump

930d127a175b213e54c0a34aea9f8a04d8b37114 authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix in Jupyter kernel

e922b8189ba373f5545ab9a20b7ac336f08d3d56 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Better language reference

3c98729c091778b26c7c05a2cd282baac2350d8b authored almost 4 years ago by Erez Sh <[email protected]>
Added a custom css

6374db27695496d7bdf451a978185efc9f76475f authored almost 4 years ago by Erez Sh <[email protected]>
Refactored bfs() and walk_tree() into a new graph module

729f84a75a794de018e4060d6978dd184e07668f authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Update docs regarding BigQuery support

c9916ba6707e3ebdc7c9fe00617e0e23138861a2 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Comparison dialect choice is now sticky

e6776199bd2a9427a8874f1f2168dcb2d1a28cb4 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Added SQLAlchemy to comparison, and small changes

14d7aa75f468d09332181685ebef2c7cdcce55ee authored almost 4 years ago by Erez Sh <[email protected]>