code2pg icon indicating copy to clipboard operation
code2pg copied to clipboard

Tool to help migrate application code from Oracle to PostgreSQL

Results 7 code2pg issues
Sort by recently updated
recently updated
newest added

This PR include several improvements: - Fix detection of the Oracle ASCII function. - Add -E, --exclude-instr command line option to be able to exclude - Add support to Perl...

### Expected behavior Only DML statements are being used in code2pg estimation part and ddl are missed. For example: A SQL file with ddl statements will not be estimated properly....

enhancement

Directories are recursively parsed, but it is not yet possible to exclude a (or multiple) sub directories from analysis. An `--exclude-directory` command line switch would be welcomed.

enhancement
good first issue

With commit 0be10e3627a66cf845e4ce5215a92ebe8794fa45, the use of a configuration file is now possible. Unfortunatly, it is missing the possibility to define how a language is parsed. This is so far done...

The use of a config file with a list of repositories to browse will enable the script to be played on a large number of projects. This will make it...

enhancement

Hi ### Markdown: ```markdown At EDF, many applications use PHP and Oracle application code. It would be interesting if code2pg could scan the PHP code and identify all the Oracle...

This PR intends to add json output to code2pg so that restults can be used in various ways to assess several projects code bases. Some changes are just reformatting. I...