Search the web
Sign In
New User? Sign Up
metabase-dev · Metabase Development discussions list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1121 - 1151 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1121
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0405-39.html...
mlemos@...
mallemos
Offline Send Email
May 20, 2005
9:44 pm
1122
Hello, After a long time without significant enhancements to Metabase, I am finally adding support to database schema features like auto-increment fields and...
Manuel Lemos
mallemos
Offline Send Email
Jul 31, 2005
7:45 am
1123
I developed a little script to admin scripts: import, export, sincronize from a db to another delete the schemas are created under metabase/schemas But I found...
Alexandre Miguel de A...
alexandremasbr
Offline Send Email
Aug 2, 2005
9:32 pm
1124
Hello, ... This is interesting. Can you please upload it to the files are of the metabase-dev mailing list? http://groups.yahoo.com/group/metabase-dev/files/ ...
Manuel Lemos
mallemos
Offline Send Email
Aug 8, 2005
9:55 pm
1125
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Send Email
Aug 8, 2005
10:38 pm
1126
Hello, A new Metabase release is imminent. All new features were implemented, tested and documented. I am just finishing to update the tutorials and tomorrow I...
Manuel Lemos
mallemos
Offline Send Email
Sep 8, 2005
12:40 am
1127
Hello, In case you don't know, I have just released a new version of Metabase. This release includes support for inserting rows in tables omitting the ...
Manuel Lemos
mallemos
Offline Send Email
Sep 21, 2005
4:52 am
1128
Manuel Hi I've been using metabase now for a few months I use it to develop small apps using sqlite. I have been working with this driver converted for the...
jonbouyw
Offline Send Email
Oct 29, 2005
2:23 am
1129
Hello, ... Great! I was going to do this soon or later but I am glad you did it as saves me time. The original driver was developed for a PHP SQLite extension...
Manuel Lemos
mallemos
Offline Send Email
Oct 29, 2005
4:07 am
1130
... Yes I did run the conformance tests and it passes all of the tests including NULLS. I'm not clear on how the autoincrement works within Metabase at the ...
jonbouyw
Offline Send Email
Oct 31, 2005
4:55 pm
1131
Hello, ... I haven't tried it yet. Does it skip any tests or performs all the 16 tests? I assume that at least auto-increment tests are skipped. ... That is...
Manuel Lemos
mallemos
Offline Send Email
Oct 31, 2005
7:13 pm
1132
... Do you have any tests for REPLACE? It should fail those as sqlite does not return the same affected row values as mysql .. ... You can specific...
Lukas Kahwe Smith
dybvandal
Online Now Send Email
Oct 31, 2005
10:26 pm
1134
OK the last update, for now, until someone who knows what they are doing can verify what I've done. This one is completing all 16 conformance tests. And now...
jonbouyw
Offline Send Email
Nov 1, 2005
7:43 pm
1135
Hello, ... I think an hack of the base manager driver class may be needed. I'll take a look at that. ... I am not sure yet if relying on UDF is a good idea. I...
Manuel Lemos
mallemos
Offline Send Email
Nov 2, 2005
6:03 am
1136
Hello, ... Ok, can you please upload all your files here? http://groups.yahoo.com/group/metabase-dev/files/beta/ ... Great. The survey shows there is a...
Manuel Lemos
mallemos
Offline Send Email
Nov 2, 2005
6:35 am
1137
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the metabase-dev group. File :...
metabase-dev@yahoogro...
Send Email
Nov 2, 2005
4:50 pm
1138
Hello, ... I am finally integrating your update of the SQLite driver under PHP 4.3.11 using the extension from PECL. I am experiencing a few glitches with the...
Manuel Lemos
mallemos
Offline Send Email
Nov 17, 2005
6:32 am
1139
... script it ... No I have no idea why that happens. I'm am aware of it though, strangely it runs right through the test script, first time, when using a...
jonbouyw
Offline Send Email
Nov 18, 2005
5:41 pm
1140
Hello, ... I figured that the problem is that when you change the schema of an SQLite database, existing database connections are not made aware. The driver...
Manuel Lemos
mallemos
Offline Send Email
Nov 18, 2005
10:24 pm
1141
... Yes, the alternative as I understand it would be to insert a 'VACUUM' on the database in between, but I think it is far more efficient to close and...
jonbouyw
Offline Send Email
Nov 18, 2005
11:14 pm
1142
Hello, ... I am not sure if a VACUUM would notify the other connections. Anyway, that is documented now in the driver notes. ... No problem. I also implemented...
Manuel Lemos
mallemos
Offline Send Email
Nov 20, 2005
3:55 am
1143
... Hi Manuel I've just tested the latest CVS version and it's working great apart from when running for the first time with a persistent connection. PHP...
jonbouyw
Offline Send Email
Nov 20, 2005
2:15 pm
1144
Hello, ... Maybe that is because closing persistent connections should not make any effect. I changed the driver class to not call sqlite_close when closing a...
Manuel Lemos
mallemos
Offline Send Email
Nov 21, 2005
4:00 am
1145
- The SQLite driver was updated to support native auto-increment fields, primary keys, and binary data escaping stored in BLOB fields. - This driver also...
Manuel Lemos
mallemos
Offline Send Email
Nov 22, 2005
9:57 pm
1146
Hello, The Metabase API was enhanced to provide database independent escaping of % and _ in SQL LIKE expressions that may need to take these and other wildcard...
Manuel Lemos
mallemos
Offline Send Email
Jul 13, 2006
5:29 am
1147
Hello Manuel- I have been using Metabase and MySQL for awhile now. I just started playing around with PostgreSQL (using Metabase) last night. Looks like SQL...
idiroddi
Offline Send Email
Aug 6, 2006
6:03 pm
1148
Hello, ... You are right. Now that you mentioned it, I noticed that is not consistent accross all browsers. Maybe I should force it to use the case insensitive...
Manuel Lemos
mallemos
Offline Send Email
Aug 8, 2006
9:13 pm
1149
... portable. ... lastname%'" ... need that. ... I think that would be great. I have noticed other differences in SQL between MySQL and PostgreSQL. Do you know...
idiroddi
Offline Send Email
Aug 8, 2006
9:40 pm
1150
Hello ! i ended here after an intense research... I have a problem : i have a mysql db, must fetch data and export to mdb file and dbf file... now i have a...
gonewsnet
Offline Send Email
Oct 21, 2007
4:44 pm
1151
Hello, ... Are you sure that driver you are using supports write access to mdb files? -- Regards, Manuel Lemos Metastorage - Data object relational mapping...
Manuel Lemos
mallemos
Offline Send Email
Oct 21, 2007
4:47 pm
Messages 1121 - 1151 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help