Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

metabase-dev · Metabase Development discussions list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 691 - 720 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
691 Lukas Smith
dybvandal Send Email
Jul 18, 2002
4:18 pm
... Awesome, I will play around with it as well. I don't really have a good testbed for it though. Maybe the binarycloud people have? Since the pgsql driver...
692 f l
tietajat Send Email
Jul 21, 2002
4:48 pm
Hi Lukas, You may insert MDB api calls in your app framework instead of for example raw sql. But to generate an instance of the framework you may need to get...
693 Lukas Smith
dybvandal Send Email
Jul 21, 2002
4:58 pm
I am not quite sure what you mean … You can list all indexes on a table. You can also make a column unique. But there is not really support for primary keys...
694 f l
tietajat Send Email
Jul 21, 2002
5:12 pm
Lukas, thank you for answering. I will try to clarify my question but I will not ellaborate further because it may be a distraction from the goal of MDB. My...
695 Lukas Smith
dybvandal Send Email
Jul 21, 2002
6:16 pm
Actually MDB has facilities to „read out“ the database structure … This is used for the xml schema reverse engineering … that is creating a xml schema...
696 Manuel Lemos
mallemos Send Email
Jul 22, 2002
4:05 am
Hello, ... Yes, but that just like 30% of the users of Metabase. That is still a lot of people that will not even consider switching because their databases...
697 Manuel Lemos
mallemos Send Email
Jul 22, 2002
4:24 am
Hello, ... Humm... I would have to know which version exactly you got before to take a diff. Alternatively, I may get you access to a temporary CVS server if...
698 Manuel Lemos
mallemos Send Email
Jul 22, 2002
4:43 am
Hello, ... I don't think it is appropriate because it is not necessarily the same thing. Anyway, why do you insist on spending time changing things that...
699 metabase-dev@yahoogro... Send Email Jul 22, 2002
5:47 am
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 :...
700 metabase-dev@yahoogro... Send Email Jul 22, 2002
5:48 am
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 :...
701 metabase-dev@yahoogro... Send Email Jul 22, 2002
5:49 am
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 :...
702 metabase-dev@yahoogro... Send Email Jul 22, 2002
5:50 am
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 :...
703 Manuel Lemos
mallemos Send Email
Jul 22, 2002
6:05 am
Hello, Since InnoDB can now be used also for transactions, I added the setup option DefaultTableType to the MySQL driver to define the default table type so...
704 Lukas Smith
dybvandal Send Email
Jul 22, 2002
5:12 pm
Hi, ... I would need the beta file you uploaded before uploading the following versions: metabase_interface.php 1.66 metabase_databases.php 1.82 ...
705 metabase-dev@yahoogro... Send Email Jul 23, 2002
4:06 am
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 :...
706 metabase-dev@yahoogro... Send Email Jul 23, 2002
4:11 am
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 :...
707 Manuel Lemos
mallemos Send Email
Jul 23, 2002
4:54 am
Hello, ... Ok, use this CVS access for now and you should get all the information about the changes that were made: cvs -d...
708 maxgordonse Send Email Jul 28, 2002
11:13 pm
Hi! I¡¦m not that experienced with PHP programming and databases but please help me out with this issue. I have made a neat little application where I have...
709 Manuel Lemos
mallemos Send Email
Jul 30, 2002
2:54 am
Hello, ... You do not have to go from the XML definition, but it is convinient in case you want to make changes to your schema later. The Metabase manager ...
710 Lukas Smith
dybvandal Send Email
Jul 31, 2002
2:56 pm
Hi, why do you do a strotolower here? Function GetTableIndexDefinition(&$db,$table,$index,&$definition) { $index_name=strtolower($index); cant this collide...
711 maxgordonse Send Email Jul 31, 2002
10:49 pm
Hi! I have a small newbie question: Which database abstraction should I use? I've started implementing Metabase but just when I got the hang of it, I realized...
712 Manuel Lemos
mallemos Send Email
Aug 1, 2002
1:21 am
Hello, ... Actually that was copy and pasted code from the GetTableFieldDefinition. Field names are indeed case insensitive. I don't know about index names but...
713 Manuel Lemos
mallemos Send Email
Aug 1, 2002
1:31 am
Hello, ... If you already have a significant body of code based on one database abstraction, migration will cost you time (and eventually money). Stig has...
714 Thomas Duffey
c0rnfusion Send Email
Aug 1, 2002
4:10 am
For what it's worth, I have been using Metabase for about one year now with very good results. Both it's API and functionality are very stable and its author,...
715 Lukas Smith
dybvandal Send Email
Aug 1, 2002
9:45 am
Hi, I am still on track to deliver MDB release candidate 1.0 by early august (read in the next 7 days). Depending on how much bugs are found a release of 1.0...
716 maxgordonse Send Email Aug 1, 2002
6:13 pm
Thank you all very much for helping me out here. I have decided to keep the Metabase API although I will put it in one of my own abstraction layers and then...
717 Lukas Smith
dybvandal Send Email
Aug 6, 2002
10:56 am
Aloha, well I think MDB is about ready for a first release candidate. I think the API is solid now and the PostGreSQL driver is ready for operation (only xml...
718 Lukas Smith
dybvandal Send Email
Aug 6, 2002
1:52 pm
Hi, I finally figured out the problem with lob support under windows! The problem is that windows needs a 'b' for binary files in fopen (see the manual) Best...
719 Manuel Lemos
mallemos Send Email
Aug 7, 2002
12:34 pm
Hello, ... I think it is better to leave schema reverse engineering undocumented for now until I figure how the actual data migration can be done with an ...
720 Lukas Smith
dybvandal Send Email
Aug 7, 2002
12:37 pm
... now. ... you mean that a driver could inherite another one? Probably most useful for ODBC? Regards, Lukas...
Messages 691 - 720 of 1151   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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