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

Better documentation

7915ed61c9bcd9ab31c87785fac93ff5b9918a2e authored almost 4 years ago by Erez Sh <[email protected]>
Better documentation

99d489bcce78f301dac446d4de4a8caff951c963 authored almost 4 years ago by Erez Sh <[email protected]>
Towards module docstrings

1a191bb6b65ad12d063fb0dc86858d704fc9fe3e authored almost 4 years ago by Erez Sh <[email protected]>
Improved docs

afbdf4bd5fed37809fbc2028f0aafad2772f0d02 authored almost 4 years ago by Erez Sh <[email protected]>
Added docstrings to the short function syntax

ad35586f86486f5148bcdc33974edf58dbd1cc36 authored almost 4 years ago by Erez Sh <[email protected]>
vectorized+aggregate -> projected+aggregated

7a41e38cc7af0395d5bdc130d52b2ac4bf8c5643 authored almost 4 years ago by Erez Sh <[email protected]>
T.aggregate is now a phantom type. Removed AggregateInstance

eec8727d0d976e02f98ab3e67f2aa5ff2a9c5d52 authored almost 4 years ago by Erez Sh <[email protected]>
T.aggregate is now a container, not a collection

Removed use of T.collection (for now)

dd13b10ac28683d6a6eaa4f8a1aecdb310e5ad90 authored almost 4 years ago by Erez Sh <[email protected]>
vectorized is now a phantom type. Removed unneeded uses of kernel_type()

ea7a5ce4e2887f1285d3e5824e7144364ce02f47 authored almost 4 years ago by Erez Sh <[email protected]>
Use rich.progress instead of tqdm

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

5707c47daa96a9999a1b7a91e298663dd300385b authored almost 4 years ago by Erez Sh <[email protected]>
Examples: Added BigQuery example

c994b2c0e5a19fd99d769f5caaad430ae158e67d authored almost 4 years ago by Erez Sh <[email protected]>
Better bigquery support

e52d9fdeedaf54681e8ff9892a61920b0bf321c0 authored almost 4 years ago by Erez Sh <[email protected]>
Fixed for BigQuery + tests less dependent on ascending row_id

90bd79bfe08b80f31d8d74975ee2ccb9d481f307 authored almost 4 years ago by Erez Sh <[email protected]>
Better BigQuery compliance

d89ee7a247321166d5db4a548d681c2f7ca9427d authored almost 4 years ago by Erez Sh <[email protected]>
Towards BigQuery tests

6b75cfd628b1f7e5f65a4f1de5bf998a1fc00a82 authored almost 4 years ago by Erez Sh <[email protected]>
Better BigQuery support, and general fixes

89863ef8968622abca7b0b4d5a4850432a3b3d1b authored almost 4 years ago by Erez Sh <[email protected]>
FizzBuzz working with BigQuery (added % and range)

310eddb4e6fedbe8d9c58ecfb3a7c975a3dd46b1 authored almost 4 years ago by Erez Sh <[email protected]>
Better handling of target-dependant type names

36566209687b5a954e4050b4bf881f3246b40d7a authored almost 4 years ago by Erez Sh <[email protected]>
Small improvements

2c3c154aa3bb852697064fc61c2c37fe0c52a18e authored almost 4 years ago by Erez Sh <[email protected]>
Fixes for BigQuery

2df570a12ddaed0162b98d11c385e8d4f04859e1 authored almost 4 years ago by Erez Sh <[email protected]>
Improved support for BigQuery

f2a53b76266d1c1e7eab458b2ba8c00b87e3636d authored almost 4 years ago by Erez Sh <[email protected]>
Refactor around vectorized

8db8d40416e474db85e0d4d5a52eccf6215992e4 authored almost 4 years ago by Erez Sh <[email protected]>
Refactored around vectorized

e11fe2a915d1c1fdfe9a2eab793db6ef69e3282f authored almost 4 years ago by Erez Sh <[email protected]>
Fix import_json() docstring

79865270377cc86371fede4f9c45a8a3dc69ada5 authored almost 4 years ago by Erez Sh <[email protected]>
Added import_json() and env_vars(), + example (Issue #8)

2739ad14c043ccbd1c21a7d23bc839c8c9a311be authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Added preql types docstrings and page

c6dc25b6e488b830491833f1b3cbbbf7459803ee authored almost 4 years ago by Erez Sh <[email protected]>
Examples: Added fizzbuzz

9b18285e6833252f44b6603d368e700e4b77db65 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Initial autodoc for types

648a843475bf8c8f2c6cfa002f03e63c43b9fbb3 authored almost 4 years ago by Erez Sh <[email protected]>
Added support for vectorized 'contains'

35697c315f4d9af7635739665979c51f761968c1 authored almost 4 years ago by Erez Sh <[email protected]>
help() now uses autodoc with colorful docstrings

db5e4d22c42bcc66ba4eac5fa9a78058aad43498 authored almost 4 years ago by Erez Sh <[email protected]>
Remove 'state' from repr

c2fe92afed9ab15ea1961e42c0166569650d4da2 authored almost 4 years ago by Erez Sh <[email protected]>
Refactored Signal.make to use context

35007ebe4f6711a023b476308becf549523c5493 authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix for quoted names (strip )

b955619d51b202403b085137c8e47bd73d31acfb authored almost 4 years ago by Erez Sh <[email protected]>
Forgot to add context.py

ca7746d186ef7f30e72f6e41fd161b5f7149eff3 authored almost 4 years ago by Erez Sh <[email protected]>
Restore walk_tree(), now that it's working again

d566abc31cac9bea1869ea206385b165cfc02bb6 authored almost 4 years ago by Erez Sh <[email protected]>
Added the ar name syntax to support whitespace (and other symbols) in names (Issue #9)

d60e884b8d57a6dd739cb475eaf9b31a061173b6 authored almost 4 years ago by Erez Sh <[email protected]>
Added new syntax, initial use of 'context', new switch 'python-traceback'

3fb1c7a787b29f5a9de820180130f566eb894514 authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix for local tables

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

785b8468a7b2081c2ac71429f83f2acbfc318bcf authored almost 4 years ago by Erez Sh <[email protected]>
count() now supports json_array (might rename later)

1dcff4f7476966af57cf061634c015b7fb6da59a authored almost 4 years ago by Erez Sh <[email protected]>
Added the json_array type

6c3aa69cbc354db6f2f9874524b8c838c09ccbdf authored almost 4 years ago by Erez Sh <[email protected]>
Some more fixes

5233fd197939ec73be6c1825b40608bdefedfa08 authored almost 4 years ago by Erez Sh <[email protected]>
REPL: Added history

32503dd29d7fcabb8e9eb09f4ff95ca17438286f authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Fixed performance.md

d1309e09a193026637714f90a7ea58e1f46bfc35 authored almost 4 years ago by Erez Sh <[email protected]>
Docs improved

a18bb8fb3c6581dd88c911707a74e79d0746441f authored almost 4 years ago by Erez Sh <[email protected]>
Oops, forgot to add file

04a2b8d736a1c0f66dd5c6b3a328697695ecaebc authored almost 4 years ago by Erez Sh <[email protected]>
First attempt at adding preql autodoc

eeb991c4aea59ef9d721a52c27adfa81a14f678e authored almost 4 years ago by Erez Sh <[email protected]>
Added a lot of documentation

cb47776bbab8592a69e0d2d3e01bce81d056add6 authored almost 4 years ago by Erez Sh <[email protected]>
Improved documentation

5b8a0098968753d0869006b2cc3864f57af063db authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Fix performance.md

ca7c19205ca5b53c130c4a7fd991480c06a027bc authored almost 4 years ago by Erez Sh <[email protected]>
Added performance page

48eb3f860c14098614c5cb4e7d34ee20ea1099bb authored almost 4 years ago by Erez Sh <[email protected]>
Refactor: removed ListInstance.

64ef63815264ca2e4a19b1e4e357e144f1588b50 authored almost 4 years ago by Erez Sh <[email protected]>
Updated readme

8d85e19ccb702da0b74cad74190f8683922f18b3 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: Changed the example in the readme

4d3289447d01a69c54c1cc3be8267a6df0d24fe4 authored almost 4 years ago by Erez Sh <[email protected]>
Update README.md

3cc9620e8bcabcea23e1ce63b1c5e5cec14b6476 authored almost 4 years ago by Erez Shinan <[email protected]>
Version bump

8f876568e00dfcfa0f1736b35268bdb9ed478e2e authored almost 4 years ago by Erez Sh <[email protected]>
Examples: refactor to primes.pql

7d467a49326374fa24731e0ceaa3e07f283486bb authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix for execution of nulltype statements

4df3d3e286dfc24954e32848dbd6a60ee1f8f595 authored almost 4 years ago by Erez Sh <[email protected]>
Examples: Improved legibility of movie_recommender. Fixes to repr.

a603ebe3e906d4c1dac31bf69995af329c72d102 authored almost 4 years ago by Erez Sh <[email protected]>
Added movie_recommender example

7eec9d4f0a4f2a50ca4086a930750f354a59994f authored almost 4 years ago by Erez Sh <[email protected]>
Added examples/chinook.pql, and a benchmark that is based on it

485c8140dcb1a41c3de8d9a6924275972bac04e6 authored almost 4 years ago by Erez Sh <[email protected]>
Version Bump

6d9d1bba0614803df26c412d499e21c36979f782 authored almost 4 years ago by Erez Sh <[email protected]>
Lists of mixed types are not allowed for now (MySQL autoconverts them)

f7cc9cb36c950a1523d34e790c3bfaaeb5436f45 authored almost 4 years ago by Erez Sh <[email protected]>
Added support for power operator

932d197bbdbfe747f0321e73033d9d000489b2d9 authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix: Only allow delete and update on persistent tables

6cfb493625faf355ecc5338e3e949fd28544f8b3 authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix: expressions provided to `new` are now only evaluated once (Issue #7)

a50532f38964824a80c6eae1d8e6b9b9e2f790d1 authored almost 4 years ago by Erez Sh <[email protected]>
Added link to jupyter tutorial

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

8795ee8e280951c81cd622632d9f7817130db508 authored almost 4 years ago by Erez Sh <[email protected]>
Small fixes to repl

e7cbd5ce2930a82055ac6f2ce5a4ded9f0a3ff4a authored almost 4 years ago by Erez Sh <[email protected]>
Updated README

734c3f97a4c1a9016b3a1c661b72a8e09488b26a authored almost 4 years ago by Erez Sh <[email protected]>
Docs updated

d330ecacd8592c57ea989b32676d8f54fb7e4557 authored almost 4 years ago by Erez Sh <[email protected]>
Version bump; updated readme

56842078dd9d19986352899498b1745ac9d58085 authored almost 4 years ago by Erez Sh <[email protected]>
Fix for SQL with subqueries

473db14b4c65fa3466e4ab201d2f1c1d55d6c660 authored almost 4 years ago by Erez Sh <[email protected]>
Docs: fix link

2d8843c9430876c5d4863ea028b6834361ba1773 authored almost 4 years ago by Erez Sh <[email protected]>
Small update to tutorial

3c8adddc980e3e09d365e04b5182b13b16f4805c authored almost 4 years ago by Erez Sh <[email protected]>
Small update to tutorial

99366a19b89ea1bf6ee0acd10fd35740dbbe9b02 authored almost 4 years ago by Erez Sh <[email protected]>
Added the chinook tutorial (Jupyter Notebook)

49b984670b97f4810dd1020ef4c586b06e48ab15 authored almost 4 years ago by Erez Sh <[email protected]>
Added auto_create to connect()

9f802b70fbd8fd7520c7405621ab11897de6d588 authored almost 4 years ago by Erez Sh <[email protected]>
Bugfix when inlining structs, other improvements

f44d920cffa7f3597e8771a6e847655456e4b17e authored almost 4 years ago by Erez Sh <[email protected]>
Added exclusion syntax for struct inlining ( ...s !f1 !f2 )

c322da44667fcc1de6e6b89d1e3101b6ae2ea9c6 authored almost 4 years ago by Erez Sh <[email protected]>
Added support for variable arguments to join

e360afbf24a383750e78448ab70ebc5aaedf1097 authored almost 4 years ago by Erez Sh <[email protected]>
Fix table preview function

491286d62762ac26058802acf946a9b83d706475 authored almost 4 years ago by Erez Sh <[email protected]>
Added support for inlining structs in projections

a7df63eec8cf3af16494b4ff18c00242ea612b5b authored almost 4 years ago by Erez Sh <[email protected]>
Added support for arbitrary foreign key (not just id)

0a022f59907f1f3cb84e2e7cb6c4ba90d2095674 authored almost 4 years ago by Erez Sh <[email protected]>
Better jupyter tables. Better documentation

cc14a80eaa39cc429d6533c301796ef87b4b2920 authored almost 4 years ago by Erez Sh <[email protected]>
Switch pip to preql-lang, bump version

f72a19931f2549e94d79d5bef127d39d4322ad2c authored almost 4 years ago by Erez Sh <[email protected]>
Merge branch 'dev'

5ee3b100f416ed043f072b8deb30d6d427422d57 authored almost 4 years ago by Erez Sh <[email protected]>
Small fixes

b6c2b59c0a42901ad9985e8dd4dd6998cc3902af authored almost 4 years ago by Erez Sh <[email protected]>
Added roadmap page

62a41da16361a5af5697047fbd6b0c0db00c52ea authored almost 4 years ago by Erez Sh <[email protected]>
Added rollback, char, char_ord and char_range

ce714a5f53a9a4dc0674dc402dd1eb98d13364ec authored almost 4 years ago by Erez Sh <[email protected]>
Small improvements

9f3f152e56d942cb9402be61a6aefb7c534dfb85 authored almost 4 years ago by Erez Sh <[email protected]>
Better print. Added --time switch

22e5a72b73fe5dcafd98cbe2257d2c7f6ace33f2 authored almost 4 years ago by Erez Sh <[email protected]>
Small bugfixes

2f706fba3ae921496ae84c8ce760af28fc99fdd9 authored almost 4 years ago by Erez Sh <[email protected]>
0-index everywhere. inspect_sql()

1b522e6f6a0c182702b5082730a52f9b717265ea authored almost 4 years ago by Erez Sh <[email protected]>
Changed to Python-style strings, i.e. both '' and ""

85bfd90f40e0305f5cf0600103be57f6dd8f5904 authored almost 4 years ago by Erez Sh <[email protected]>
Added sql_of, initial BigQuery support

0ac218497cfe3dfa59d31872c8ae53d74ab0a0c4 authored almost 4 years ago by Erez Sh <[email protected]>
Small autocompletion fix

7ced1d682767f3078691fa79895ec128cacd77b3 authored about 4 years ago by Erez Sh <[email protected]>
More correct handling of vectorization (SQL now auto-vectorizes based on params)

3adb45ca0ef100da3d87e6eee8041605d204a6b9 authored about 4 years ago by Erez Sh <[email protected]>
Updates to docs

9de6b571f1e2a1f5c56351b66acef73bf134db3d authored about 4 years ago by Erez Sh <[email protected]>