Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@sim51 sim51 released this 17 Apr 13:32
· 80 commits to master since this release

Neo4j FDW Release v1.1.0

Commits

5315ffe Update release script
67df7e8 Realese script for PGXN
e5bdc4b Correct license in META.json
6b97d00 Project structure for PGXN
250b5ea Correct docker compose for tests
79b370c Handle date types
487b524 Correct bug on WHERE PLACEHOLDER plus ARRAY values
2f25614 Handle Neo4j date time part 1
56e8b14 Adding the possibility to configure the estimated number of rows for a table
c5ab442 Helping PG planner with some stats
72492cd Correct the PG init script for multiconr path
1581e75 Adding get_path_keys to help PG planner
1a0f59d Adding tips for psql
b34596f Adding in comment the function definition to help the PG planner
71776cf Adding the return projection to limit the usage of the network
542b3d9 Just a formating
d98162a Correct README file
ace460c Adding WHERE placeholder feature for the FDW table
89a8802 Refactor project structure for adding scripts and makefile
700214d Push the order by to Neo4j
31d06ec Add feature to handle quals with array
552da93 Adding a KB section
70220d4 Better pg regression test by avoid white character ins output
093f108 Correct issue if a qual is not supported
88d1cdb Close session everytime and some reformat
892ff31 Better test suite with docker compose that allows me to not rebuild from scratch containers
1002356 Better readme
8b786a9 Update .gitignore with test folder and files
e8b1387 Correct issue when return fields are different than the foreign table ones
9a48c6f Update readme for test
f0d9b31 Adding regress test for cypher function
2d47f61 Correct json parser for nodes and rels for cypher function
baa3dee Adding regress test on person
40933b8 little formating
ec7b0e3 Adding cypher function on init script
675823c Adding test suite
8d4cfb8 Resolve issue when a qual is a string
3428747 Correct documentation
3c43448 Adding neo4j parameters
f971551 Upgrade to bolt
66cb6a5 Correct README
6606955 Correct README
a5a986f Correct README
53685e4 merge
2052ee2 Correct README
d0017fe Correct README
77b6b27 Merge branch 'master' of github.com:sim51/neo4j-fwd
30ea769 correct README
ef91fee correct README
696e98e Refacto pyhton project & addinf cypher function
9b33719 correct regex match
a739637 adding some logs
ecc3f9b Correct readme
59be46f Produce doc into README file
a13b0fd Intellij gitignore
c762174 replace query param by cypher
45c38db Basic implementation
dfa2177 Initial commit