Commit Graph

21 Commits

Author SHA1 Message Date
Matthew Bucci
cdd38f6dfe Merge pull request #102 from PostgreSQL-For-Wordpress/wordpress-search
Fix Wordpress Search
2024-02-26 12:25:19 -08:00
Matthew Bucci
9373b914c2 Merge pull request #103 from PostgreSQL-For-Wordpress/replace-support
add support for REPLACE INTO rewriting
2024-02-26 12:24:54 -08:00
Matthew Bucci
b44dd00ec2 make numeric rewriters generic 2024-02-22 19:33:03 -08:00
Matthew Bucci
b33aa78976 add support for REPLACE INTO rewriting 2024-02-22 19:11:41 -08:00
Matthew Bucci
315823a203 adjust Select rewriter to handle order by case statements 2024-02-22 00:52:19 -08:00
Matthew Bucci
66d8a3df0e update sequence handling to support bigserial and serial types 2024-01-16 21:35:32 -08:00
Matthew Bucci
ade3d6ad87 handle case with keys across multiple columns with defined lengths 2024-01-11 01:28:43 -08:00
Matthew Bucci
8f1f65db47 handle tables with fixed key lengths 2024-01-11 01:10:57 -08:00
mattbucci
a90ab01a9b handle table charsets 2024-01-08 05:08:57 +00:00
mattbucci
53125aec2d Add support for keys with multiple values 2024-01-08 05:00:42 +00:00
mattbucci
5f27c893b3 Remove Default character set 2024-01-08 04:22:59 +00:00
mattbucci
aca566b8bf pgrewrite should not remove IF NOT EXISTS 2024-01-08 04:13:06 +00:00
mattbucci
7471e353e9 Merge 2024-01-08 01:15:25 +00:00
mattbucci
30f5bee84b Merge remote-tracking branch 'origin/v3' into mb-fix-auto-increment 2024-01-08 01:14:46 +00:00
mattbucci
94259e408b style fixes 2024-01-07 23:07:50 +00:00
Matthew Bucci
d7bf645504 handle regular key expressions 2023-11-26 15:24:45 -08:00
Matthew Bucci
f3a71be3f0 handle unique keys 2023-11-26 15:17:26 -08:00
Matthew Bucci
fd2467c00b switch to serial numeric types 2023-11-26 15:07:33 -08:00
Matthew Bucci
cbd3d83918 postgres does support primary keys in the mysql format, we don't need to rewrite 2023-11-26 01:42:21 -08:00
Matthew Bucci
91f1612d10 add tests for table creation 2023-11-26 01:34:10 -08:00
Matthew Bucci
ec9079d9c9 don't split on ',' if within a function 2023-10-30 14:24:27 -07:00