cycle / annotated

Schema generation using annotated entities and mappers
MIT License
23 stars 12 forks source link

Add `column order` support for index annotations #4

Closed rauanmayemir closed 4 years ago

rauanmayemir commented 4 years ago

This brings in support for ordered indexes in cycle annotations like:

@Index(columns={"name", "id DESC"})
rauanmayemir commented 4 years ago

I can't seem to reproduce the issue with ordered index creation query: https://travis-ci.org/cycle/annotated/jobs/643787532

Of all the drivers, SQLite is the one failing. Could we move to php 7.4 as the sqlsrv driver is already available?

wolfy-j commented 4 years ago

Thank you. I have to investigate the sqlite issue.

rauanmayemir commented 4 years ago

Could you cut a fresh release as well?

wolfy-j commented 4 years ago

Sure, but, sadly, SQLite issue for 7.4+ must go first. Going to check it today.