Differences From Artifact [b06be514b4]:
- File gluon/reserved_sql_keywords.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 26574) [annotate] [blame] [check-ins using]
To Artifact [87dbdea57f]:
- File gluon/reserved_sql_keywords.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 26576) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
1707 1708 1709 1710 1711 1712 1713 1714 | 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 | + + |
'ingresu': INGRES,
'jdbc:sqlite': JDBCSQLITE,
'jdbc:postgres': JDBCPOSTGRESQL,
'common': COMMON,
}
ADAPTERS['all'] = reduce(lambda a,b:a.union(b),(x for x in ADAPTERS.values()))
|