That would be amazing!
I'm a Mac/Unix guy so I don't have access to the other platforms (I
suppose I could fire up an AWS Oracle). I can do mysql/mariadb,
posgresql, and sqlite.
I'm pretty close to pushing my ActiveRecord extensions. I just need to
get many to many with link tables done and it is good to go. I spent a
few days "porting" the ruby inflector and its tests.
As for database introspection, I am relying on this new method and the
result set format on DatabasePlatform.
printSqlStatementToListColumnsInTable: aDatabaseTable inSchema:
schemaString on: aStream
" Format:
name | type | length | nullable |
default_value | pk
-------------------------+-------------------+--------+----------+-----------------------+----
id | character varying | 255 | 0 |
''::character varying | 1
This is great news about ActiveRecord!
ADO is, unfortunately, a Windows library, so PharoADO is limited to
Windows. Maybe as a next step we should focus into Garage and the
addition of SQL Server and Oracle support. If I only had time ...
Stéphane, thanks for the support.
Best wishes,
Tomaz