Nabil

Results 1 comments of Nabil

In CPK, the method `quote_column_name` is already done in [AbstractAdapter](https://github.com/composite-primary-keys/composite_primary_keys/blob/master/lib/composite_primary_keys/connection_adapters/abstract_adapter.rb), and [PostgresqlAdapter](https://github.com/composite-primary-keys/composite_primary_keys/blob/master/lib/composite_primary_keys/connection_adapters/postgresql_adapter.rb) is overrided too. But as we define the `adapter: chronomodel` in the config file, it seems none of...