mongodb with DAL does not currently work but, if you help with tests, we could make it work
On May 4, 8:56 am, "David J." <[email protected]> wrote: > Is this in trunk; > > I will start a new project today and use Mongo For DB > > I think I tried it last month and I had some problems; I didnt have the > time to look into it. > > I will update and try again. > > Thanks. > > On 5/4/11 9:30 AM, Massimo Di Pierro wrote: > > > > > > > > > fixing it now. Looks like not many people testing it. :-) > > > On May 3, 9:56 pm, joseph simpson<[email protected]> wrote: > >> The current dal.py file contains the following code, between lines > >> 3381 and 3404: > > >> ADAPTERS = { > >> 'sqlite': SQLiteAdapter, > >> 'sqlite:memory': SQLiteAdapter, > >> 'mysql': MySQLAdapter, > >> 'postgres': PostgreSQLAdapter, > >> 'oracle': OracleAdapter, > >> 'mssql': MSSQLAdapter, > >> 'mssql2': MSSQL2Adapter, > >> 'db2': DB2Adapter, > >> 'informix': InformixAdapter, > >> 'firebird': FireBirdAdapter, > >> 'firebird_embedded': FireBirdAdapter, > >> 'ingres': IngresAdapter, > >> 'ingresu': IngresUnicodeAdapter, > >> 'sapdb': SAPDBAdapter, > >> 'jdbc:sqlite': JDBCSQLiteAdapter, > >> 'jdbc:sqlite:memory': JDBCSQLiteAdapter, > >> 'jdbc:postgres': JDBCPostgreSQLAdapter, > >> 'gae': GoogleDatastoreAdapter, # discouraged, for backward > >> compatibility > >> 'google:datastore': GoogleDatastoreAdapter, > >> 'google:sql': GoogleSQLAdapter, > >> 'couchdb': CouchDBAdapter, > >> 'mongodb': CouchDBAdapter, > > >> } > > >> The last line: > >> 'mongodb': CouchDBAdapter, > > >> Maybe should be --- 'mongodb': MongoDBAdapter,

