Search



Search Results
Displaying 911 to 920 of 2510 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-charset.html
Modifications made to the model affect the tables and columns generated from your code. In the following example, the ComplexKey class represents an entity (or table) and Key1, Key2, and CollationColumn represent entity properties (or columns).
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-entity-framework-databinding-linq-entities.html
The added GridView control produced a grid with three columns (Column0, Column1, and Column3) and the string abc in each cell of the grid. This method is called when a user selects an item in the list control and thus generates an AutoPostBack event. The following figure shows Belgium selected from the list box and a table with three columns: Name, Population, and ... In this tutorial you ...
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-lastrowid.html
Syntax: id = cursor.lastrowid This read-only property returns the value generated for an AUTO_INCREMENT column by the previous INSERT or UPDATE statement or None when there is no such value available. For example, if you perform an INSERT into a ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-mysql-db-object-names.html
The B-tree index uses the MySQL name for the index; the name for the hash index is generated by appending '$unique' to the index name. This section discusses mapping of MySQL database objects to the NDB API. Databases and schemas are not ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-12.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Optimistic locking for database-generated fields was improved with the inclusion of the [ConcurrencyCheck, DatabaseGenerated(DatabaseGeneratedOption.Computed)] attribute. (Bug ...With the model created, revert back to EF Core 2.0 in your project, update the MySql.Data.EntityFrameworkCore NuGet package, and then remove the package MySql.Data.EntityFrameworkCore.Design from your ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-manually.html
These checks include the following: Automatically detect tables and columns that cannot be loaded. If there are tables and columns that are not compatible, stop the load. After creating an external table manaully and specifying the files to load ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-limitations-bulk-load.html
If the table has instantly added/dropped column, call TRUNCATE before calling LOAD DATA with ALGORITHM=BULK. MySQL HeatWave on OCI does not support LOAD DATA with ALGORITHM=BULK. MySQL HeatWave on AWS does support LOAD DATA with ALGORITHM=BULK, but ...
https://dev.mysql.com/doc/relnotes/heatwave/en/news-9-3-1.html
With the introduction of new LLMs, MySQL HeatWave GenAI now uses llama3.2-3b-instruct-v1 as the default LLM for content generation instead of mistral-7b-instruct-v1. This enhancement also makes it easier to load the exported results into a table ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-bulk-ingest-limitations.html
The target table must not contain virtual or stored generated columns. If the table has instantly added or dropped column, run the TRUNCATE TABLE statement before running LOAD DATA FROM S3 with ALGORITHM=BULK. Bulk Ingest Limitations 7.2.2.3 Bulk ...
https://dev.mysql.com/doc/refman/8.4/en/bug-reports.html
If you have a problem with Connector/ODBC (MyODBC), please try to generate a trace file and send it with your report. Before posting a bug report about a problem, please try to verify that it is a bug and that it has not been reported already: ...
Displaying 911 to 920 of 2510 total results