Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Add some options to generate Oracle SQL #17

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

atiertant
Copy link

  • oracle doesn' t support ' AS ' beetwen the tableName and its aliasName => options.explicitTableAs
  • oracle doesn' t support aliasName starting whith _ => options.prefixAlias
  • oracle need ' instead of " to delimit string value => options.stringDelimiter
  • oracle doesn't have a LIMIT criteria and use numbered line to do the same => options.rownum

All default value are configured to genarate the same requests than before.

Correct a bug on SelectBuilder.prototype.processAggregates function,now support columnName in model's attribute.

@mikermcneil
Copy link
Member

@atiertant awesome! We're working on setting up a basic test suite for this module-- would you be interested in getting involved?

@atiertant
Copy link
Author

@mikermcneil of course,it could help for faster devel and faster code integration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants